Home
last modified time | relevance | path

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

12

/Linux-v5.15/tools/lib/api/fs/
Dfs.c314 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()
Dfs.h34 FS(procfs)
/Linux-v5.15/tools/testing/selftests/timens/
D.gitignore7 procfs
DMakefile1 TEST_GEN_PROGS := timens timerfd timer clock_nanosleep procfs exec futex
/Linux-v5.15/drivers/gpu/drm/amd/amdkfd/
Dkfd_process.c79 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/
DMakefile11 lockd-objs-$(CONFIG_PROC_FS) += procfs.o
/Linux-v5.15/tools/testing/selftests/proc/
D.gitignore7 /proc-multiple-procfs
DMakefile23 TEST_GEN_PROGS += proc-multiple-procfs
/Linux-v5.15/drivers/parport/
DMakefile6 parport-objs := share.o ieee1284.o ieee1284_ops.o procfs.o
/Linux-v5.15/arch/m68k/
DKconfig108 bool "Export bootinfo in procfs"
112 "bootinfo" file in procfs. This is useful with kexec.
/Linux-v5.15/fs/reiserfs/
DMakefile14 reiserfs-objs += procfs.o
/Linux-v5.15/Documentation/admin-guide/laptops/
Dthinkpad-acpi.rst85 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/
DMakefile18 obj-$(CONFIG_PROC_FS) += net-procfs.o
/Linux-v5.15/Documentation/ABI/testing/
Dprocfs-smaps_rollup15 and the procfs man page.
/Linux-v5.15/Documentation/ABI/stable/
Dprocfs-audit_loginuid19 KernelVersion: 2.6.25-rc7 1e0bd7550ea9 ("[PATCH] export sessionid alongside the loginuid in procfs")
/Linux-v5.15/net/sunrpc/
Dcache.c1654 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/
DMakefile67 procfs-y := proc_powerpc.o
68 obj-$(CONFIG_PROC_FS) += $(procfs-y)
/Linux-v5.15/sound/core/
DKconfig140 bool "Verbose procfs contents"
144 Say Y here to include code for verbose procfs contents (provides
/Linux-v5.15/include/linux/sunrpc/
Dcache.h118 struct proc_dir_entry *procfs; member
/Linux-v5.15/Documentation/powerpc/
Dvcpudispatch_stats.rst21 The statistics themselves are available by reading the procfs file
Dfirmware-assisted-dump.rst115 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/
Dproc.rst51 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/
Dcommon_io.rst5 command line parameters, procfs and debugfs entries
/Linux-v5.15/Documentation/translations/zh_CN/core-api/
Dprintk-formats.rst94 如果(也只有在)你将地址作为虚拟文件的内容打印出来,例如在procfs或sysfs中(使用
/Linux-v5.15/Documentation/networking/
Dstatistics.rst113 procfs section in uAPIs

12