Home
last modified time | relevance | path

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

123

/linux-6.1.9/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-6.1.9/tools/tracing/rtla/src/
Dutils.c333 DIR *procfs; in set_comm_sched_attr() local
342 procfs = opendir("/proc"); in set_comm_sched_attr()
343 if (!procfs) { in set_comm_sched_attr()
348 while ((proc_entry = readdir(procfs))) { in set_comm_sched_attr()
366 closedir(procfs); in set_comm_sched_attr()
/linux-6.1.9/tools/testing/selftests/timens/
D.gitignore7 procfs
DMakefile1 TEST_GEN_PROGS := timens timerfd timer clock_nanosleep procfs exec futex
/linux-6.1.9/fs/lockd/
DMakefile11 lockd-objs-$(CONFIG_PROC_FS) += procfs.o
/linux-6.1.9/kernel/module/
DMakefile17 obj-$(CONFIG_PROC_FS) += procfs.o
/linux-6.1.9/Documentation/ABI/obsolete/
Dprocfs-i8k9 the procfs interface is deprecated.
/linux-6.1.9/drivers/gpu/drm/amd/amdkfd/
Dkfd_process.c83 static struct kfd_procfs_tree procfs; variable
356 procfs.kobj = kfd_alloc_struct(procfs.kobj); in kfd_procfs_init()
357 if (!procfs.kobj) in kfd_procfs_init()
360 ret = kobject_init_and_add(procfs.kobj, &procfs_type, in kfd_procfs_init()
371 if (procfs.kobj) { in kfd_procfs_shutdown()
372 kobject_del(procfs.kobj); in kfd_procfs_shutdown()
373 kobject_put(procfs.kobj); in kfd_procfs_shutdown()
374 procfs.kobj = NULL; in kfd_procfs_shutdown()
834 if (!procfs.kobj) in kfd_create_process()
843 procfs.kobj, "%d", in kfd_create_process()
/linux-6.1.9/tools/testing/selftests/proc/
D.gitignore7 /proc-multiple-procfs
DMakefile26 TEST_GEN_PROGS += proc-multiple-procfs
/linux-6.1.9/drivers/parport/
DMakefile6 parport-objs := share.o ieee1284.o ieee1284_ops.o procfs.o
/linux-6.1.9/arch/m68k/
DKconfig107 bool "Export bootinfo in procfs"
111 "bootinfo" file in procfs. This is useful with kexec.
/linux-6.1.9/fs/reiserfs/
DMakefile14 reiserfs-objs += procfs.o
/linux-6.1.9/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-6.1.9/Documentation/ABI/stable/
Dprocfs-audit_loginuid19 KernelVersion: 2.6.25-rc7 1e0bd7550ea9 ("[PATCH] export sessionid alongside the loginuid in procfs")
/linux-6.1.9/net/core/
DMakefile21 obj-$(CONFIG_PROC_FS) += net-procfs.o
/linux-6.1.9/Documentation/ABI/testing/
Dprocfs-smaps_rollup15 and the procfs man page.
/linux-6.1.9/net/sunrpc/
Dcache.c1670 if (cd->procfs) { in remove_cache_proc_entries()
1671 proc_remove(cd->procfs); in remove_cache_proc_entries()
1672 cd->procfs = NULL; in remove_cache_proc_entries()
1683 cd->procfs = proc_mkdir(cd->name, sn->proc_net_rpc); in create_cache_proc_entries()
1684 if (cd->procfs == NULL) in create_cache_proc_entries()
1688 cd->procfs, &cache_flush_proc_ops, cd); in create_cache_proc_entries()
1693 p = proc_create_data("channel", S_IFREG | 0600, cd->procfs, in create_cache_proc_entries()
1699 p = proc_create_data("content", S_IFREG | 0400, cd->procfs, in create_cache_proc_entries()
/linux-6.1.9/arch/powerpc/kernel/
DMakefile90 procfs-y := proc_powerpc.o
91 obj-$(CONFIG_PROC_FS) += $(procfs-y)
/linux-6.1.9/Documentation/translations/zh_CN/scheduler/
Dsched-bwc.rst102 这是可以通过procfs调整的::
/linux-6.1.9/include/linux/sunrpc/
Dcache.h118 struct proc_dir_entry *procfs; member
/linux-6.1.9/Documentation/powerpc/
Dvcpudispatch_stats.rst21 The statistics themselves are available by reading the procfs file
/linux-6.1.9/Documentation/translations/zh_CN/admin-guide/
Dreporting-regressions.rst60 出现不稳定,这也是回归;这些问题可能是由于procfs、sysfs或Linux提供给用户空间
/linux-6.1.9/sound/core/
DKconfig140 bool "Verbose procfs contents"
144 Say Y here to include code for verbose procfs contents (provides

123