Home
last modified time | relevance | path

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

123

/linux-6.12.1/tools/tracing/rtla/src/
Dutils.c322 DIR *procfs; in set_comm_sched_attr() local
331 procfs = opendir("/proc"); in set_comm_sched_attr()
332 if (!procfs) { in set_comm_sched_attr()
337 while ((proc_entry = readdir(procfs))) { in set_comm_sched_attr()
355 closedir(procfs); in set_comm_sched_attr()
696 DIR *procfs; in set_comm_cgroup() local
732 procfs = opendir("/proc"); in set_comm_cgroup()
733 if (!procfs) { in set_comm_cgroup()
738 while ((proc_entry = readdir(procfs))) { in set_comm_cgroup()
754 closedir(procfs); in set_comm_cgroup()
[all …]
/linux-6.12.1/tools/lib/api/fs/
Dfs.c148 FS(procfs, procfs, PROC_SUPER);
388 const char *procfs = procfs__mountpoint(); in procfs__read_str() local
390 if (!procfs) in procfs__read_str()
393 snprintf(path, sizeof(path), "%s/%s", procfs, entry); in procfs__read_str()
486 const char *procfs = procfs__mountpoint(); in sysctl__read_int() local
488 if (!procfs) in sysctl__read_int()
491 snprintf(path, sizeof(path), "%s/sys/%s", procfs, sysctl); in sysctl__read_int()
Dfs.h34 FS(procfs)
/linux-6.12.1/tools/testing/selftests/timens/
D.gitignore7 procfs
DMakefile1 TEST_GEN_PROGS := timens timerfd timer clock_nanosleep procfs exec futex vfork_exec
/linux-6.12.1/arch/m68k/
DKconfig103 bool "Export bootinfo in procfs"
107 "bootinfo" file in procfs. This is useful with kexec.
/linux-6.12.1/fs/lockd/
DMakefile13 lockd-$(CONFIG_PROC_FS) += procfs.o
/linux-6.12.1/Documentation/ABI/obsolete/
Dprocfs-i8k9 the procfs interface is deprecated.
/linux-6.12.1/drivers/parport/
DMakefile6 parport-objs := share.o ieee1284.o ieee1284_ops.o procfs.o
/linux-6.12.1/kernel/module/
DMakefile20 obj-$(CONFIG_PROC_FS) += procfs.o
/linux-6.12.1/tools/testing/selftests/proc/
D.gitignore8 /proc-multiple-procfs
DMakefile28 TEST_GEN_PROGS += proc-multiple-procfs
/linux-6.12.1/drivers/gpu/drm/amd/amdkfd/
Dkfd_process.c81 static struct kfd_procfs_tree procfs; variable
380 procfs.kobj = kfd_alloc_struct(procfs.kobj); in kfd_procfs_init()
381 if (!procfs.kobj) in kfd_procfs_init()
384 ret = kobject_init_and_add(procfs.kobj, &procfs_type, in kfd_procfs_init()
395 if (procfs.kobj) { in kfd_procfs_shutdown()
396 kobject_del(procfs.kobj); in kfd_procfs_shutdown()
397 kobject_put(procfs.kobj); in kfd_procfs_shutdown()
398 procfs.kobj = NULL; in kfd_procfs_shutdown()
870 if (!procfs.kobj) in kfd_create_process()
879 procfs.kobj, "%d", in kfd_create_process()
/linux-6.12.1/fs/reiserfs/
DMakefile14 reiserfs-objs += procfs.o
/linux-6.12.1/Documentation/admin-guide/laptops/
Dthinkpad-acpi.rst86 used to access the features it provides. One is a legacy procfs-based
90 The procfs interface creates the /proc/acpi/ibm directory. There is a
91 file under that directory for each feature it supports. The procfs
105 Unlike what was done with the procfs interface, correctness when talking
140 procfs: /proc/acpi/ibm/driver
186 procfs: /proc/acpi/ibm/hotkey
235 procfs notes
251 The procfs interface does not support NVRAM polling control. So as to
619 procfs: /proc/acpi/ibm/bluetooth
711 procfs: /proc/acpi/ibm/light
[all …]
/linux-6.12.1/net/sunrpc/
Dcache.c1664 if (cd->procfs) { in remove_cache_proc_entries()
1665 proc_remove(cd->procfs); in remove_cache_proc_entries()
1666 cd->procfs = NULL; in remove_cache_proc_entries()
1677 cd->procfs = proc_mkdir(cd->name, sn->proc_net_rpc); in create_cache_proc_entries()
1678 if (cd->procfs == NULL) in create_cache_proc_entries()
1682 cd->procfs, &cache_flush_proc_ops, cd); in create_cache_proc_entries()
1687 p = proc_create_data("channel", S_IFREG | 0600, cd->procfs, in create_cache_proc_entries()
1693 p = proc_create_data("content", S_IFREG | 0400, cd->procfs, in create_cache_proc_entries()
/linux-6.12.1/Documentation/ABI/stable/
Dprocfs-audit_loginuid19 KernelVersion: 2.6.25-rc7 1e0bd7550ea9 ("[PATCH] export sessionid alongside the loginuid in procfs")
/linux-6.12.1/Documentation/ABI/testing/
Dprocfs-smaps_rollup15 and the procfs man page.
/linux-6.12.1/net/core/
DMakefile24 obj-$(CONFIG_PROC_FS) += net-procfs.o
/linux-6.12.1/arch/powerpc/kernel/
DMakefile94 procfs-y := proc_powerpc.o
95 obj-$(CONFIG_PROC_FS) += $(procfs-y)
/linux-6.12.1/Documentation/translations/zh_CN/scheduler/
Dsched-bwc.rst102 这是可以通过procfs调整的::
/linux-6.12.1/Documentation/translations/zh_TW/admin-guide/
Dreporting-regressions.rst60 出現不穩定,這也是迴歸;這些問題可能是由於procfs、sysfs或Linux提供給用戶空間
/linux-6.12.1/Documentation/translations/zh_CN/admin-guide/
Dreporting-regressions.rst60 出现不稳定,这也是回归;这些问题可能是由于procfs、sysfs或Linux提供给用户空间
/linux-6.12.1/include/linux/sunrpc/
Dcache.h122 struct proc_dir_entry *procfs; member
/linux-6.12.1/Documentation/arch/powerpc/
Dvcpudispatch_stats.rst21 The statistics themselves are available by reading the procfs file

123