/Linux-v5.4/tools/lib/api/fs/ |
D | fs.c | 295 FS(procfs, FS__PROCFS); 425 const char *procfs = procfs__mountpoint(); in procfs__read_str() local 427 if (!procfs) in procfs__read_str() 430 snprintf(path, sizeof(path), "%s/%s", procfs, entry); in procfs__read_str() 517 const char *procfs = procfs__mountpoint(); in sysctl__read_int() local 519 if (!procfs) in sysctl__read_int() 522 snprintf(path, sizeof(path), "%s/sys/%s", procfs, sysctl); in sysctl__read_int()
|
D | fs.h | 22 FS(procfs)
|
/Linux-v5.4/drivers/gpu/drm/amd/amdkfd/ |
D | kfd_process.c | 75 static struct kfd_procfs_tree procfs; variable 112 procfs.kobj = kfd_alloc_struct(procfs.kobj); in kfd_procfs_init() 113 if (!procfs.kobj) in kfd_procfs_init() 116 ret = kobject_init_and_add(procfs.kobj, &procfs_type, in kfd_procfs_init() 127 if (procfs.kobj) { in kfd_procfs_shutdown() 128 kobject_del(procfs.kobj); in kfd_procfs_shutdown() 129 kobject_put(procfs.kobj); in kfd_procfs_shutdown() 130 procfs.kobj = NULL; in kfd_procfs_shutdown() 302 if (!procfs.kobj) in kfd_create_process() 311 procfs.kobj, "%d", in kfd_create_process()
|
/Linux-v5.4/fs/lockd/ |
D | Makefile | 11 lockd-objs-$(CONFIG_PROC_FS) += procfs.o
|
/Linux-v5.4/drivers/parport/ |
D | Makefile | 6 parport-objs := share.o ieee1284.o ieee1284_ops.o procfs.o
|
/Linux-v5.4/arch/arm/mach-u300/ |
D | Kconfig | 30 Debug support for U300 in sysfs, procfs etc.
|
/Linux-v5.4/arch/m68k/ |
D | Kconfig | 114 bool "Export bootinfo in procfs" 118 "bootinfo" file in procfs. This is useful with kexec.
|
/Linux-v5.4/fs/reiserfs/ |
D | Makefile | 14 reiserfs-objs += procfs.o
|
/Linux-v5.4/Documentation/admin-guide/laptops/ |
D | thinkpad-acpi.rst | 82 used to access the features it provides. One is a legacy procfs-based 86 The procfs interface creates the /proc/acpi/ibm directory. There is a 87 file under that directory for each feature it supports. The procfs 101 Unlike what was done with the procfs interface, correctness when talking 136 procfs: /proc/acpi/ibm/driver 182 procfs: /proc/acpi/ibm/hotkey 231 procfs notes 247 The procfs interface does not support NVRAM polling control. So as to 610 procfs: /proc/acpi/ibm/bluetooth 702 procfs: /proc/acpi/ibm/light [all …]
|
/Linux-v5.4/net/core/ |
D | Makefile | 18 obj-$(CONFIG_PROC_FS) += net-procfs.o
|
/Linux-v5.4/Documentation/ABI/testing/ |
D | procfs-smaps_rollup | 15 and the procfs man page.
|
/Linux-v5.4/net/sunrpc/ |
D | cache.c | 1653 if (cd->procfs) { in remove_cache_proc_entries() 1654 proc_remove(cd->procfs); in remove_cache_proc_entries() 1655 cd->procfs = NULL; in remove_cache_proc_entries() 1666 cd->procfs = proc_mkdir(cd->name, sn->proc_net_rpc); in create_cache_proc_entries() 1667 if (cd->procfs == NULL) in create_cache_proc_entries() 1671 cd->procfs, &cache_flush_operations_procfs, cd); in create_cache_proc_entries() 1676 p = proc_create_data("channel", S_IFREG | 0600, cd->procfs, in create_cache_proc_entries() 1682 p = proc_create_data("content", S_IFREG | 0400, cd->procfs, in create_cache_proc_entries()
|
/Linux-v5.4/arch/powerpc/kernel/ |
D | Makefile | 69 procfs-y := proc_powerpc.o 70 obj-$(CONFIG_PROC_FS) += $(procfs-y)
|
/Linux-v5.4/sound/core/ |
D | Kconfig | 140 bool "Verbose procfs contents" 144 Say Y here to include code for verbose procfs contents (provides
|
/Linux-v5.4/include/linux/sunrpc/ |
D | cache.h | 116 struct proc_dir_entry *procfs; member
|
/Linux-v5.4/Documentation/powerpc/ |
D | vcpudispatch_stats.txt | 18 The statistics themselves are available by reading the procfs file
|
D | firmware-assisted-dump.rst | 115 exported as /sys/firmware/opal/core file. This procfs file is 117 used for exporting this procfs file can be released by echo'ing
|
/Linux-v5.4/Documentation/s390/ |
D | common_io.rst | 5 command line parameters, procfs and debugfs entries
|
/Linux-v5.4/Documentation/admin-guide/ |
D | rtc.rst | 123 using a procfs interface. If there is no RTC for the system clock,
|
/Linux-v5.4/Documentation/scheduler/ |
D | sched-bwc.rst | 61 This is tunable via procfs::
|
/Linux-v5.4/arch/alpha/ |
D | Kconfig | 669 tristate "SRM environment through procfs"
|
/Linux-v5.4/Documentation/scsi/ |
D | ChangeLog.ncr53c8xx | 326 - Add "setverbose" procfs driver command. It allows to tune
|
/Linux-v5.4/Documentation/security/keys/ |
D | core.rst | 175 The user can view information on this and other statistics through procfs 177 (see the section "New procfs files"). 274 Two files have been added to procfs by which an administrator can find out
|
/Linux-v5.4/net/netfilter/ |
D | Kconfig | 120 bool "Supply CT list in procfs (OBSOLETE)" 125 to be shown in procfs under net/netfilter/nf_conntrack. This
|
/Linux-v5.4/Documentation/filesystems/caching/ |
D | backend-api.txt | 97 in sysfs and procfs - the former for control and the latter for statistics.
|