Home
last modified time | relevance | path

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

12

/Linux-v5.4/tools/lib/api/fs/
Dfs.c295 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()
Dfs.h22 FS(procfs)
/Linux-v5.4/drivers/gpu/drm/amd/amdkfd/
Dkfd_process.c75 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/
DMakefile11 lockd-objs-$(CONFIG_PROC_FS) += procfs.o
/Linux-v5.4/drivers/parport/
DMakefile6 parport-objs := share.o ieee1284.o ieee1284_ops.o procfs.o
/Linux-v5.4/arch/arm/mach-u300/
DKconfig30 Debug support for U300 in sysfs, procfs etc.
/Linux-v5.4/arch/m68k/
DKconfig114 bool "Export bootinfo in procfs"
118 "bootinfo" file in procfs. This is useful with kexec.
/Linux-v5.4/fs/reiserfs/
DMakefile14 reiserfs-objs += procfs.o
/Linux-v5.4/Documentation/admin-guide/laptops/
Dthinkpad-acpi.rst82 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/
DMakefile18 obj-$(CONFIG_PROC_FS) += net-procfs.o
/Linux-v5.4/Documentation/ABI/testing/
Dprocfs-smaps_rollup15 and the procfs man page.
/Linux-v5.4/net/sunrpc/
Dcache.c1653 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/
DMakefile69 procfs-y := proc_powerpc.o
70 obj-$(CONFIG_PROC_FS) += $(procfs-y)
/Linux-v5.4/sound/core/
DKconfig140 bool "Verbose procfs contents"
144 Say Y here to include code for verbose procfs contents (provides
/Linux-v5.4/include/linux/sunrpc/
Dcache.h116 struct proc_dir_entry *procfs; member
/Linux-v5.4/Documentation/powerpc/
Dvcpudispatch_stats.txt18 The statistics themselves are available by reading the procfs file
Dfirmware-assisted-dump.rst115 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/
Dcommon_io.rst5 command line parameters, procfs and debugfs entries
/Linux-v5.4/Documentation/admin-guide/
Drtc.rst123 using a procfs interface. If there is no RTC for the system clock,
/Linux-v5.4/Documentation/scheduler/
Dsched-bwc.rst61 This is tunable via procfs::
/Linux-v5.4/arch/alpha/
DKconfig669 tristate "SRM environment through procfs"
/Linux-v5.4/Documentation/scsi/
DChangeLog.ncr53c8xx326 - Add "setverbose" procfs driver command. It allows to tune
/Linux-v5.4/Documentation/security/keys/
Dcore.rst175 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/
DKconfig120 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/
Dbackend-api.txt97 in sysfs and procfs - the former for control and the latter for statistics.

12