Home
last modified time | relevance | path

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

123

/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-linux-procfs_0.7.3.bb2 HOMEPAGE = "https://git.kernel.org/pub/scm/libs/python/python-linux-procfs/python-linux-procfs.git/"
7 SRC_URI = "git://git.kernel.org/pub/scm/libs/python/python-linux-procfs/python-linux-procfs.git;bra…
/openbmc/linux/tools/tracing/rtla/src/
H A 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 …]
/openbmc/linux/tools/lib/api/fs/
H A 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()
H A Dfs.h34 FS(procfs)
/openbmc/linux/tools/testing/selftests/timens/
H A D.gitignore7 procfs
H A DMakefile1 TEST_GEN_PROGS := timens timerfd timer clock_nanosleep procfs exec futex vfork_exec
/openbmc/linux/arch/m68k/
H A DKconfig96 bool "Export bootinfo in procfs"
100 "bootinfo" file in procfs. This is useful with kexec.
/openbmc/linux/fs/lockd/
H A DMakefile13 lockd-objs-$(CONFIG_PROC_FS) += procfs.o
/openbmc/linux/Documentation/ABI/obsolete/
H A Dprocfs-i8k9 the procfs interface is deprecated.
/openbmc/linux/tools/testing/selftests/proc/
H A D.gitignore7 /proc-multiple-procfs
H A DMakefile26 TEST_GEN_PROGS += proc-multiple-procfs
/openbmc/linux/drivers/parport/
H A DMakefile6 parport-objs := share.o ieee1284.o ieee1284_ops.o procfs.o
/openbmc/linux/kernel/module/
H A DMakefile20 obj-$(CONFIG_PROC_FS) += procfs.o
/openbmc/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_process.c81 static struct kfd_procfs_tree procfs; variable
355 procfs.kobj = kfd_alloc_struct(procfs.kobj); in kfd_procfs_init()
356 if (!procfs.kobj) in kfd_procfs_init()
359 ret = kobject_init_and_add(procfs.kobj, &procfs_type, in kfd_procfs_init()
370 if (procfs.kobj) { in kfd_procfs_shutdown()
371 kobject_del(procfs.kobj); in kfd_procfs_shutdown()
372 kobject_put(procfs.kobj); in kfd_procfs_shutdown()
373 procfs.kobj = NULL; in kfd_procfs_shutdown()
844 if (!procfs.kobj) in kfd_create_process()
853 procfs.kobj, "%d", in kfd_create_process()
/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/tuna/
H A Dtuna_0.19.bb14 python3-linux-procfs \
/openbmc/linux/fs/reiserfs/
H A DMakefile14 reiserfs-objs += procfs.o
/openbmc/linux/Documentation/admin-guide/laptops/
H A 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 …]
/openbmc/linux/net/sunrpc/
H A Dcache.c1672 if (cd->procfs) { in remove_cache_proc_entries()
1673 proc_remove(cd->procfs); in remove_cache_proc_entries()
1674 cd->procfs = NULL; in remove_cache_proc_entries()
1685 cd->procfs = proc_mkdir(cd->name, sn->proc_net_rpc); in create_cache_proc_entries()
1686 if (cd->procfs == NULL) in create_cache_proc_entries()
1690 cd->procfs, &cache_flush_proc_ops, cd); in create_cache_proc_entries()
1695 p = proc_create_data("channel", S_IFREG | 0600, cd->procfs, in create_cache_proc_entries()
1701 p = proc_create_data("content", S_IFREG | 0400, cd->procfs, in create_cache_proc_entries()
/openbmc/linux/Documentation/ABI/testing/
H A Dprocfs-smaps_rollup15 and the procfs man page.
/openbmc/linux/Documentation/ABI/stable/
H A Dprocfs-audit_loginuid19 KernelVersion: 2.6.25-rc7 1e0bd7550ea9 ("[PATCH] export sessionid alongside the loginuid in procfs")
/openbmc/linux/net/core/
H A DMakefile22 obj-$(CONFIG_PROC_FS) += net-procfs.o
/openbmc/linux/arch/powerpc/kernel/
H A DMakefile97 procfs-y := proc_powerpc.o
98 obj-$(CONFIG_PROC_FS) += $(procfs-y)
/openbmc/linux/Documentation/translations/zh_CN/scheduler/
H A Dsched-bwc.rst102 这是可以通过procfs调整的::
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/
H A D0003-src-basic-missing.h-check-for-missing-strndupa.patch36 src/basic/procfs-util.c | 1 +
229 diff --git a/src/basic/procfs-util.c b/src/basic/procfs-util.c
231 --- a/src/basic/procfs-util.c
232 +++ b/src/basic/procfs-util.c
234 #include "procfs-util.h"
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/
H A D0014-do-not-disable-buffer-in-writing-files.patch27 src/basic/procfs-util.c | 4 ++--
126 diff --git a/src/basic/procfs-util.c b/src/basic/procfs-util.c
128 --- a/src/basic/procfs-util.c
129 +++ b/src/basic/procfs-util.c

123