Home
last modified time | relevance | path

Searched refs:procfs (Results 1 – 25 of 55) sorted by relevance

123

/linux/tools/lib/api/fs/
H A Dfs.c148 FS(procfs, procfs, PROC_SUPER);
388 const char *procfs = procfs__mountpoint(); in procfs__read_str() local
390 if (!procfs) in procfs__read_str()
393 snprintf(path, sizeof(path), "%s/%s", procfs, entry); in procfs__read_str()
486 const char *procfs = procfs__mountpoint(); in sysctl__read_int() local
488 if (!procfs) in sysctl__read_int()
491 snprintf(path, sizeof(path), "%s/sys/%s", procfs, sysctl); in sysctl__read_int()
H A Dfs.h34 FS(procfs)
/linux/tools/tracing/rtla/src/
H A Dutils.c340 DIR *procfs; in set_comm_sched_attr() local
350 procfs = opendir("/proc"); in set_comm_sched_attr()
351 if (!procfs) { in set_comm_sched_attr()
356 while ((proc_entry = readdir(procfs))) { in set_comm_sched_attr()
378 closedir(procfs); in set_comm_sched_attr()
889 DIR *procfs; in set_comm_cgroup() local
903 procfs = opendir("/proc"); in set_comm_cgroup()
904 if (!procfs) { in set_comm_cgroup()
909 while ((proc_entry = readdir(procfs))) { in set_comm_cgroup()
925 closedir(procfs); in set_comm_cgroup()
[all …]
/linux/arch/m68k/
H A DKconfig106 bool "Export bootinfo in procfs"
110 "bootinfo" file in procfs. This is useful with kexec.
/linux/tools/testing/selftests/timens/
H A D.gitignore7 procfs
H A DMakefile1 TEST_GEN_PROGS := timens timerfd timer clock_nanosleep procfs exec futex vfork_exec
/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_process.c81 static struct kfd_procfs_tree procfs; variable
381 procfs.kobj = kfd_alloc_struct(procfs.kobj); in kfd_procfs_init()
382 if (!procfs.kobj) in kfd_procfs_init()
385 ret = kobject_init_and_add(procfs.kobj, &procfs_type, in kfd_procfs_init()
396 if (procfs.kobj) { in kfd_procfs_shutdown()
397 kobject_del(procfs.kobj); in kfd_procfs_shutdown()
398 kobject_put(procfs.kobj); in kfd_procfs_shutdown()
399 procfs.kobj = NULL; in kfd_procfs_shutdown()
845 procfs.kobj, "%d", in kfd_create_process_sysfs()
969 if (!procfs.kobj) in kfd_create_process()
/linux/fs/lockd/
H A DMakefile13 lockd-$(CONFIG_PROC_FS) += procfs.o
/linux/Documentation/ABI/obsolete/
H A Dprocfs-i8k9 the procfs interface is deprecated.
/linux/drivers/parport/
H A DMakefile6 parport-objs := share.o ieee1284.o ieee1284_ops.o procfs.o
/linux/kernel/module/
H A DMakefile20 obj-$(CONFIG_PROC_FS) += procfs.o
/linux/tools/testing/selftests/proc/
H A D.gitignore9 /proc-multiple-procfs
H A DMakefile30 TEST_GEN_PROGS += proc-multiple-procfs
/linux/Documentation/admin-guide/laptops/
H A Dthinkpad-acpi.rst87 used to access the features it provides. One is a legacy procfs-based
91 The procfs interface creates the /proc/acpi/ibm directory. There is a
92 file under that directory for each feature it supports. The procfs
106 Unlike what was done with the procfs interface, correctness when talking
141 procfs: /proc/acpi/ibm/driver
187 procfs: /proc/acpi/ibm/hotkey
236 procfs notes
252 The procfs interface does not support NVRAM polling control. So as to
624 procfs: /proc/acpi/ibm/bluetooth
716 procfs: /proc/acpi/ibm/light
[all …]
/linux/net/sunrpc/
H A Dcache.c1689 if (cd->procfs) { in remove_cache_proc_entries()
1690 proc_remove(cd->procfs); in remove_cache_proc_entries()
1691 cd->procfs = NULL; in remove_cache_proc_entries()
1704 cd->procfs = proc_mkdir(cd->name, sn->proc_net_rpc); in create_cache_proc_entries()
1705 if (cd->procfs == NULL) in create_cache_proc_entries()
1709 cd->procfs, &cache_flush_proc_ops, cd); in create_cache_proc_entries()
1714 p = proc_create_data("channel", S_IFREG | 0600, cd->procfs, in create_cache_proc_entries()
1720 p = proc_create_data("content", S_IFREG | 0400, cd->procfs, in create_cache_proc_entries()
/linux/Documentation/ABI/stable/
H A Dprocfs-audit_loginuid19 KernelVersion: 2.6.25-rc7 1e0bd7550ea9 ("[PATCH] export sessionid alongside the loginuid in procfs")
/linux/Documentation/ABI/testing/
H A Dprocfs-smaps_rollup15 and the procfs man page.
/linux/arch/powerpc/kernel/
H A DMakefile94 procfs-y := proc_powerpc.o
95 obj-$(CONFIG_PROC_FS) += $(procfs-y)
/linux/net/core/
H A DMakefile26 obj-$(CONFIG_PROC_FS) += net-procfs.o
/linux/Documentation/translations/zh_CN/scheduler/
H A Dsched-bwc.rst102 这是可以通过procfs调整的::
/linux/tools/testing/selftests/coredump/
H A DREADME.rst15 crashed process's stack pointers can be read from `procfs`: it is the `kstkesp` field in
/linux/Documentation/filesystems/
H A Dproc.rst53 4 Configuring procfs
2361 Chapter 4: Configuring procfs
2372 subset= Show only the specified subset of procfs.
2373 pidns= Specify a the namespace used by this procfs.
2396 hidepid=ptraceable or hidepid=4 means that procfs should only contain
2403 subset=pid hides all top level files and directories in the procfs that
2408 will be used by the procfs instance when translating pids. By default, procfs
2410 namespace of an existing procfs instance cannot be modified (attempting to do
2416 Originally, before the advent of pid namespace, procfs was a global file
2417 system. It means that there was only one procfs instance in the system.
[all …]
/linux/Documentation/translations/zh_CN/admin-guide/
H A Dreporting-regressions.rst60 出现不稳定,这也是回归;这些问题可能是由于procfs、sysfs或Linux提供给用户空间
/linux/Documentation/translations/zh_TW/admin-guide/
H A Dreporting-regressions.rst60 出現不穩定,這也是迴歸;這些問題可能是由於procfs、sysfs或Linux提供給用戶空間
/linux/include/linux/sunrpc/
H A Dcache.h122 struct proc_dir_entry *procfs; member

123