/Linux-v5.15/tools/lib/api/fs/ |
D | fs.c | 314 FS(procfs, FS__PROCFS); 444 const char *procfs = procfs__mountpoint(); in procfs__read_str() local 446 if (!procfs) in procfs__read_str() 449 snprintf(path, sizeof(path), "%s/%s", procfs, entry); in procfs__read_str() 536 const char *procfs = procfs__mountpoint(); in sysctl__read_int() local 538 if (!procfs) in sysctl__read_int() 541 snprintf(path, sizeof(path), "%s/sys/%s", procfs, sysctl); in sysctl__read_int()
|
D | fs.h | 34 FS(procfs)
|
/Linux-v5.15/tools/testing/selftests/timens/ |
D | .gitignore | 7 procfs
|
D | Makefile | 1 TEST_GEN_PROGS := timens timerfd timer clock_nanosleep procfs exec futex
|
/Linux-v5.15/drivers/gpu/drm/amd/amdkfd/ |
D | kfd_process.c | 79 static struct kfd_procfs_tree procfs; variable 353 procfs.kobj = kfd_alloc_struct(procfs.kobj); in kfd_procfs_init() 354 if (!procfs.kobj) in kfd_procfs_init() 357 ret = kobject_init_and_add(procfs.kobj, &procfs_type, in kfd_procfs_init() 368 if (procfs.kobj) { in kfd_procfs_shutdown() 369 kobject_del(procfs.kobj); in kfd_procfs_shutdown() 370 kobject_put(procfs.kobj); in kfd_procfs_shutdown() 371 procfs.kobj = NULL; in kfd_procfs_shutdown() 829 if (!procfs.kobj) in kfd_create_process() 838 procfs.kobj, "%d", in kfd_create_process()
|
/Linux-v5.15/fs/lockd/ |
D | Makefile | 11 lockd-objs-$(CONFIG_PROC_FS) += procfs.o
|
/Linux-v5.15/tools/testing/selftests/proc/ |
D | .gitignore | 7 /proc-multiple-procfs
|
D | Makefile | 23 TEST_GEN_PROGS += proc-multiple-procfs
|
/Linux-v5.15/drivers/parport/ |
D | Makefile | 6 parport-objs := share.o ieee1284.o ieee1284_ops.o procfs.o
|
/Linux-v5.15/arch/m68k/ |
D | Kconfig | 108 bool "Export bootinfo in procfs" 112 "bootinfo" file in procfs. This is useful with kexec.
|
/Linux-v5.15/fs/reiserfs/ |
D | Makefile | 14 reiserfs-objs += procfs.o
|
/Linux-v5.15/Documentation/admin-guide/laptops/ |
D | thinkpad-acpi.rst | 85 used to access the features it provides. One is a legacy procfs-based 89 The procfs interface creates the /proc/acpi/ibm directory. There is a 90 file under that directory for each feature it supports. The procfs 104 Unlike what was done with the procfs interface, correctness when talking 139 procfs: /proc/acpi/ibm/driver 185 procfs: /proc/acpi/ibm/hotkey 234 procfs notes 250 The procfs interface does not support NVRAM polling control. So as to 613 procfs: /proc/acpi/ibm/bluetooth 705 procfs: /proc/acpi/ibm/light [all …]
|
/Linux-v5.15/net/core/ |
D | Makefile | 18 obj-$(CONFIG_PROC_FS) += net-procfs.o
|
/Linux-v5.15/Documentation/ABI/testing/ |
D | procfs-smaps_rollup | 15 and the procfs man page.
|
/Linux-v5.15/Documentation/ABI/stable/ |
D | procfs-audit_loginuid | 19 KernelVersion: 2.6.25-rc7 1e0bd7550ea9 ("[PATCH] export sessionid alongside the loginuid in procfs")
|
/Linux-v5.15/net/sunrpc/ |
D | cache.c | 1654 if (cd->procfs) { in remove_cache_proc_entries() 1655 proc_remove(cd->procfs); in remove_cache_proc_entries() 1656 cd->procfs = NULL; in remove_cache_proc_entries() 1667 cd->procfs = proc_mkdir(cd->name, sn->proc_net_rpc); in create_cache_proc_entries() 1668 if (cd->procfs == NULL) in create_cache_proc_entries() 1672 cd->procfs, &cache_flush_proc_ops, cd); in create_cache_proc_entries() 1677 p = proc_create_data("channel", S_IFREG | 0600, cd->procfs, in create_cache_proc_entries() 1683 p = proc_create_data("content", S_IFREG | 0400, cd->procfs, in create_cache_proc_entries()
|
/Linux-v5.15/arch/powerpc/kernel/ |
D | Makefile | 67 procfs-y := proc_powerpc.o 68 obj-$(CONFIG_PROC_FS) += $(procfs-y)
|
/Linux-v5.15/sound/core/ |
D | Kconfig | 140 bool "Verbose procfs contents" 144 Say Y here to include code for verbose procfs contents (provides
|
/Linux-v5.15/include/linux/sunrpc/ |
D | cache.h | 118 struct proc_dir_entry *procfs; member
|
/Linux-v5.15/Documentation/powerpc/ |
D | vcpudispatch_stats.rst | 21 The statistics themselves are available by reading the procfs file
|
D | firmware-assisted-dump.rst | 115 exported as /sys/firmware/opal/mpipl/core file. This procfs file is 117 used for exporting this procfs file can be released by echo'ing
|
/Linux-v5.15/Documentation/filesystems/ |
D | proc.rst | 51 4 Configuring procfs 2177 Chapter 4: Configuring procfs 2188 subset= Show only the specified subset of procfs. 2211 hidepid=ptraceable or hidepid=4 means that procfs should only contain 2218 subset=pid hides all top level files and directories in the procfs that 2224 Originally, before the advent of pid namepsace, procfs was a global file 2225 system. It means that there was only one procfs instance in the system. 2227 When pid namespace was added, a separate procfs instance was mounted in 2228 each pid namespace. So, procfs mount options are global among all 2242 and only after remounting procfs mount options will change at all [all …]
|
/Linux-v5.15/Documentation/s390/ |
D | common_io.rst | 5 command line parameters, procfs and debugfs entries
|
/Linux-v5.15/Documentation/translations/zh_CN/core-api/ |
D | printk-formats.rst | 94 如果(也只有在)你将地址作为虚拟文件的内容打印出来,例如在procfs或sysfs中(使用
|
/Linux-v5.15/Documentation/networking/ |
D | statistics.rst | 113 procfs section in uAPIs
|