| /linux/tools/lib/api/fs/ |
| H A D | fs.c | 148 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 D | fs.h | 34 FS(procfs)
|
| /linux/tools/tracing/rtla/src/ |
| H A D | utils.c | 340 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 D | Kconfig | 106 bool "Export bootinfo in procfs" 110 "bootinfo" file in procfs. This is useful with kexec.
|
| /linux/tools/testing/selftests/timens/ |
| H A D | .gitignore | 7 procfs
|
| H A D | Makefile | 1 TEST_GEN_PROGS := timens timerfd timer clock_nanosleep procfs exec futex vfork_exec
|
| /linux/drivers/gpu/drm/amd/amdkfd/ |
| H A D | kfd_process.c | 81 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 D | Makefile | 13 lockd-$(CONFIG_PROC_FS) += procfs.o
|
| /linux/Documentation/ABI/obsolete/ |
| H A D | procfs-i8k | 9 the procfs interface is deprecated.
|
| /linux/drivers/parport/ |
| H A D | Makefile | 6 parport-objs := share.o ieee1284.o ieee1284_ops.o procfs.o
|
| /linux/kernel/module/ |
| H A D | Makefile | 20 obj-$(CONFIG_PROC_FS) += procfs.o
|
| /linux/tools/testing/selftests/proc/ |
| H A D | .gitignore | 9 /proc-multiple-procfs
|
| H A D | Makefile | 30 TEST_GEN_PROGS += proc-multiple-procfs
|
| /linux/Documentation/admin-guide/laptops/ |
| H A D | thinkpad-acpi.rst | 87 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 D | cache.c | 1689 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 D | procfs-audit_loginuid | 19 KernelVersion: 2.6.25-rc7 1e0bd7550ea9 ("[PATCH] export sessionid alongside the loginuid in procfs")
|
| /linux/Documentation/ABI/testing/ |
| H A D | procfs-smaps_rollup | 15 and the procfs man page.
|
| /linux/arch/powerpc/kernel/ |
| H A D | Makefile | 94 procfs-y := proc_powerpc.o 95 obj-$(CONFIG_PROC_FS) += $(procfs-y)
|
| /linux/net/core/ |
| H A D | Makefile | 26 obj-$(CONFIG_PROC_FS) += net-procfs.o
|
| /linux/Documentation/translations/zh_CN/scheduler/ |
| H A D | sched-bwc.rst | 102 这是可以通过procfs调整的::
|
| /linux/tools/testing/selftests/coredump/ |
| H A D | README.rst | 15 crashed process's stack pointers can be read from `procfs`: it is the `kstkesp` field in
|
| /linux/Documentation/filesystems/ |
| H A D | proc.rst | 53 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 D | reporting-regressions.rst | 60 出现不稳定,这也是回归;这些问题可能是由于procfs、sysfs或Linux提供给用户空间
|
| /linux/Documentation/translations/zh_TW/admin-guide/ |
| H A D | reporting-regressions.rst | 60 出現不穩定,這也是迴歸;這些問題可能是由於procfs、sysfs或Linux提供給用戶空間
|
| /linux/include/linux/sunrpc/ |
| H A D | cache.h | 122 struct proc_dir_entry *procfs; member
|