Home
last modified time | relevance | path

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

12

/linux/tools/tracing/rtla/src/
H A Dutils.c338 DIR *procfs; in set_comm_sched_attr() local
347 procfs = opendir("/proc"); in set_comm_sched_attr()
348 if (!procfs) { in set_comm_sched_attr()
353 while ((proc_entry = readdir(procfs))) { in set_comm_sched_attr()
371 closedir(procfs); in set_comm_sched_attr()
859 DIR *procfs; in set_comm_cgroup() local
895 procfs = opendir("/proc"); in set_comm_cgroup()
896 if (!procfs) { in set_comm_cgroup()
901 while ((proc_entry = readdir(procfs))) { in set_comm_cgroup()
917 closedir(procfs); in set_comm_cgroup()
[all …]
/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
/linux/arch/m68k/
H A DKconfig106 bool "Export bootinfo in procfs"
110 "bootinfo" file in procfs. This is useful with kexec.
/linux/Documentation/ABI/obsolete/
H A Dprocfs-i8k9 the procfs interface is deprecated.
/linux/drivers/parport/
H A DMakefile6 parport-objs := share.o ieee1284.o ieee1284_ops.o procfs.o
/linux/kernel/module/
H A DMakefile20 obj-$(CONFIG_PROC_FS) += procfs.o
/linux/tools/testing/selftests/proc/
H A D.gitignore9 /proc-multiple-procfs
H A DMakefile30 TEST_GEN_PROGS += proc-multiple-procfs
/linux/tools/lib/api/fs/
H A Dfs.h34 FS(procfs)
/linux/Documentation/admin-guide/laptops/
H A 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
623 procfs: /proc/acpi/ibm/bluetooth
715 procfs: /proc/acpi/ibm/light
[all …]
/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()
1687 cd->procfs = proc_mkdir(cd->name, sn->proc_net_rpc); in create_cache_proc_entries()
1688 if (cd->procfs == NULL) in create_cache_proc_entries()
1692 cd->procfs, &cache_flush_proc_ops, cd); in create_cache_proc_entries()
1697 p = proc_create_data("channel", S_IFREG | 0600, cd->procfs, in create_cache_proc_entries()
1703 p = proc_create_data("content", S_IFREG | 0400, cd->procfs, in create_cache_proc_entries()
/linux/Documentation/ABI/testing/
H A Dprocfs-smaps_rollup15 and the procfs man page.
/linux/Documentation/ABI/stable/
H A Dprocfs-audit_loginuid19 KernelVersion: 2.6.25-rc7 1e0bd7550ea9 ("[PATCH] export sessionid alongside the loginuid in procfs")
/linux/arch/powerpc/kernel/
H A DMakefile94 procfs-y := proc_powerpc.o
95 obj-$(CONFIG_PROC_FS) += $(procfs-y)
/linux/Documentation/translations/zh_CN/scheduler/
H A Dsched-bwc.rst102 这是可以通过procfs调整的::
/linux/tools/testing/selftests/coredump/
H A DREADME.rst15 crashed process's stack pointers can be read from `procfs`: it is the `kstkesp` field in
/linux/Documentation/translations/zh_CN/admin-guide/
H A Dreporting-regressions.rst60 出现不稳定,这也是回归;这些问题可能是由于procfs、sysfs或Linux提供给用户空间
/linux/Documentation/translations/zh_TW/admin-guide/
H A Dreporting-regressions.rst60 出現不穩定,這也是迴歸;這些問題可能是由於procfs、sysfs或Linux提供給用戶空間
/linux/Documentation/arch/powerpc/
H A Dvcpudispatch_stats.rst21 The statistics themselves are available by reading the procfs file
/linux/sound/core/
H A DKconfig173 bool "Verbose procfs contents"
177 Say Y here to include code for verbose procfs contents (provides
/linux/Documentation/filesystems/
H A Dproc.rst53 4 Configuring procfs
2361 Chapter 4: Configuring procfs
2372 subset= Show only the specified subset of procfs.
2373 pidns= Specify a the namespace used by this procfs.
2396 hidepid=ptraceable or hidepid=4 means that procfs should only contain
2403 subset=pid hides all top level files and directories in the procfs that
2408 will be used by the procfs instance when translating pids. By default, procfs
2410 namespace of an existing procfs instance cannot be modified (attempting to do
2416 Originally, before the advent of pid namespace, procfs was a global file
2417 system. It means that there was only one procfs instance in the system.
[all …]
/linux/Documentation/arch/s390/
H A Dcommon_io.rst5 command line parameters, procfs and debugfs entries
/linux/Documentation/translations/zh_CN/core-api/
H A Dprintk-formats.rst95 如果(也只有在)你将地址作为虚拟文件的内容打印出来,例如在procfs或sysfs中(使用
/linux/Documentation/core-api/
H A Dprintk-formats.rst93 e.g. procfs or sysfs (using e.g. seq_printf(), not printk()) read by a
167 userspace from e.g. procfs or sysfs, not for dmesg. Please refer to the

12