Home
last modified time | relevance | path

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

123

/linux-6.6.21/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.6.21/tools/lib/api/fs/
Dfs.c147 FS(procfs, procfs, PROC_SUPER);
416 const char *procfs = procfs__mountpoint(); in procfs__read_str() local
418 if (!procfs) in procfs__read_str()
421 snprintf(path, sizeof(path), "%s/%s", procfs, entry); in procfs__read_str()
508 const char *procfs = procfs__mountpoint(); in sysctl__read_int() local
510 if (!procfs) in sysctl__read_int()
513 snprintf(path, sizeof(path), "%s/sys/%s", procfs, sysctl); in sysctl__read_int()
Dfs.h34 FS(procfs)
/linux-6.6.21/tools/testing/selftests/timens/
D.gitignore7 procfs
DMakefile1 TEST_GEN_PROGS := timens timerfd timer clock_nanosleep procfs exec futex vfork_exec
/linux-6.6.21/arch/m68k/
DKconfig96 bool "Export bootinfo in procfs"
100 "bootinfo" file in procfs. This is useful with kexec.
/linux-6.6.21/fs/lockd/
DMakefile13 lockd-objs-$(CONFIG_PROC_FS) += procfs.o
/linux-6.6.21/Documentation/ABI/obsolete/
Dprocfs-i8k9 the procfs interface is deprecated.
/linux-6.6.21/tools/testing/selftests/proc/
D.gitignore7 /proc-multiple-procfs
DMakefile26 TEST_GEN_PROGS += proc-multiple-procfs
/linux-6.6.21/drivers/parport/
DMakefile6 parport-objs := share.o ieee1284.o ieee1284_ops.o procfs.o
/linux-6.6.21/kernel/module/
DMakefile20 obj-$(CONFIG_PROC_FS) += procfs.o
/linux-6.6.21/drivers/gpu/drm/amd/amdkfd/
Dkfd_process.c81 static struct kfd_procfs_tree procfs; variable
354 procfs.kobj = kfd_alloc_struct(procfs.kobj); in kfd_procfs_init()
355 if (!procfs.kobj) in kfd_procfs_init()
358 ret = kobject_init_and_add(procfs.kobj, &procfs_type, in kfd_procfs_init()
369 if (procfs.kobj) { in kfd_procfs_shutdown()
370 kobject_del(procfs.kobj); in kfd_procfs_shutdown()
371 kobject_put(procfs.kobj); in kfd_procfs_shutdown()
372 procfs.kobj = NULL; in kfd_procfs_shutdown()
835 if (!procfs.kobj) in kfd_create_process()
844 procfs.kobj, "%d", in kfd_create_process()
/linux-6.6.21/fs/reiserfs/
DMakefile14 reiserfs-objs += procfs.o
/linux-6.6.21/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.6.21/Documentation/ABI/stable/
Dprocfs-audit_loginuid19 KernelVersion: 2.6.25-rc7 1e0bd7550ea9 ("[PATCH] export sessionid alongside the loginuid in procfs")
/linux-6.6.21/Documentation/ABI/testing/
Dprocfs-smaps_rollup15 and the procfs man page.
/linux-6.6.21/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.6.21/net/core/
DMakefile22 obj-$(CONFIG_PROC_FS) += net-procfs.o
/linux-6.6.21/arch/powerpc/kernel/
DMakefile97 procfs-y := proc_powerpc.o
98 obj-$(CONFIG_PROC_FS) += $(procfs-y)
/linux-6.6.21/Documentation/translations/zh_CN/scheduler/
Dsched-bwc.rst102 这是可以通过procfs调整的::
/linux-6.6.21/include/linux/sunrpc/
Dcache.h122 struct proc_dir_entry *procfs; member
/linux-6.6.21/Documentation/translations/zh_CN/admin-guide/
Dreporting-regressions.rst60 出现不稳定,这也是回归;这些问题可能是由于procfs、sysfs或Linux提供给用户空间
/linux-6.6.21/Documentation/powerpc/
Dvcpudispatch_stats.rst21 The statistics themselves are available by reading the procfs file
/linux-6.6.21/sound/core/
DKconfig153 bool "Verbose procfs contents"
157 Say Y here to include code for verbose procfs contents (provides

123