| /kernel/linux/linux-5.10/fs/proc/ |
| D | Makefile | 3 # Makefile for the Linux proc filesystem routines. 6 obj-y += proc.o 9 proc-y := nommu.o task_nommu.o 10 proc-$(CONFIG_MMU) := task_mmu.o 12 proc-y += inode.o root.o base.o generic.o array.o \ 14 proc-$(CONFIG_TTY) += proc_tty.o 15 proc-y += cmdline.o 16 proc-y += consoles.o 17 proc-y += cpuinfo.o 18 proc-y += devices.o [all …]
|
| D | Kconfig | 3 bool "/proc file system support" if EXPERT 12 It's totally cool; for example, "cat /proc/interrupts" gives 18 information about your system gathered from the /proc file system. 20 Before you can use the /proc file system, it has to be mounted, 22 That location should be /proc. A command such as "mount -t proc proc 23 /proc" or the equivalent line in /etc/fstab does the job. 25 The /proc file system is explained in the file 26 <file:Documentation/filesystems/proc.rst> and on the proc(5) manpage 27 ("man 5 proc"). 33 bool "/proc/kcore support" if !ARM [all …]
|
| /kernel/linux/linux-4.19/fs/proc/ |
| D | Makefile | 3 # Makefile for the Linux proc filesystem routines. 6 obj-y += proc.o 9 proc-y := nommu.o task_nommu.o 10 proc-$(CONFIG_MMU) := task_mmu.o 12 proc-y += inode.o root.o base.o generic.o array.o \ 14 proc-$(CONFIG_TTY) += proc_tty.o 15 proc-y += cmdline.o 16 proc-y += consoles.o 17 proc-y += cpuinfo.o 18 proc-y += devices.o [all …]
|
| D | Kconfig | 2 bool "/proc file system support" if EXPERT 11 It's totally cool; for example, "cat /proc/interrupts" gives 17 information about your system gathered from the /proc file system. 19 Before you can use the /proc file system, it has to be mounted, 21 That location should be /proc. A command such as "mount -t proc proc 22 /proc" or the equivalent line in /etc/fstab does the job. 24 The /proc file system is explained in the file 25 <file:Documentation/filesystems/proc.txt> and on the proc(5) manpage 26 ("man 5 proc"). 32 bool "/proc/kcore support" if !ARM [all …]
|
| /kernel/linux/linux-4.19/drivers/android/ |
| D | binder.c | 24 * 1) proc->outer_lock : protects binder_ref 30 * 3) proc->inner_lock : protects the thread and node lists 31 * (proc->threads, proc->waiting_threads, proc->nodes) 33 * (proc->todo, thread->todo, proc->delivered_death and 46 * foo_ilocked() : requires proc->inner_lock 47 * foo_oilocked(): requires proc->outer_lock and proc->inner_lock 48 * foo_nilocked(): requires node->lock and proc->inner_lock 111 BINDER_DEBUG_ENTRY(proc); 283 * There are separate work lists for proc, thread, and node (async). 310 * (protected by @proc->inner_lock) [all …]
|
| /kernel/linux/linux-5.10/drivers/android/ |
| D | binder.c | 15 * 1) proc->outer_lock : protects binder_ref 21 * 3) proc->inner_lock : protects the thread and node lists 22 * (proc->threads, proc->waiting_threads, proc->nodes) 24 * (proc->todo, thread->todo, proc->delivered_death and 37 * foo_ilocked() : requires proc->inner_lock 38 * foo_oilocked(): requires proc->outer_lock and proc->inner_lock 39 * foo_nilocked(): requires node->lock and proc->inner_lock 94 DEFINE_SHOW_ATTRIBUTE(proc); 230 * There are separate work lists for proc, thread, and node (async). 257 * (protected by @proc->inner_lock) [all …]
|
| /kernel/linux/linux-4.19/arch/arm/mm/ |
| D | Makefile | 18 obj-$(CONFIG_MODULES) += proc-syms.o 77 obj-$(CONFIG_CPU_ARM7TDMI) += proc-arm7tdmi.o 78 obj-$(CONFIG_CPU_ARM720T) += proc-arm720.o 79 obj-$(CONFIG_CPU_ARM740T) += proc-arm740.o 80 obj-$(CONFIG_CPU_ARM9TDMI) += proc-arm9tdmi.o 81 obj-$(CONFIG_CPU_ARM920T) += proc-arm920.o 82 obj-$(CONFIG_CPU_ARM922T) += proc-arm922.o 83 obj-$(CONFIG_CPU_ARM925T) += proc-arm925.o 84 obj-$(CONFIG_CPU_ARM926T) += proc-arm926.o 85 obj-$(CONFIG_CPU_ARM940T) += proc-arm940.o [all …]
|
| /kernel/linux/linux-5.10/arch/arm/mm/ |
| D | Makefile | 19 obj-$(CONFIG_MODULES) += proc-syms.o 79 obj-$(CONFIG_CPU_ARM7TDMI) += proc-arm7tdmi.o 80 obj-$(CONFIG_CPU_ARM720T) += proc-arm720.o 81 obj-$(CONFIG_CPU_ARM740T) += proc-arm740.o 82 obj-$(CONFIG_CPU_ARM9TDMI) += proc-arm9tdmi.o 83 obj-$(CONFIG_CPU_ARM920T) += proc-arm920.o 84 obj-$(CONFIG_CPU_ARM922T) += proc-arm922.o 85 obj-$(CONFIG_CPU_ARM925T) += proc-arm925.o 86 obj-$(CONFIG_CPU_ARM926T) += proc-arm926.o 87 obj-$(CONFIG_CPU_ARM940T) += proc-arm940.o [all …]
|
| /kernel/linux/linux-5.10/fs/dlm/ |
| D | user.c | 180 struct dlm_user_proc *proc; in dlm_user_add_ast() local 200 proc = ua->proc; in dlm_user_add_ast() 208 spin_lock(&proc->asts_spin); in dlm_user_add_ast() 212 spin_unlock(&proc->asts_spin); in dlm_user_add_ast() 218 list_add_tail(&lkb->lkb_cb_list, &proc->asts); in dlm_user_add_ast() 219 wake_up_interruptible(&proc->wait); in dlm_user_add_ast() 221 spin_unlock(&proc->asts_spin); in dlm_user_add_ast() 225 spin_lock(&proc->locks_spin); in dlm_user_add_ast() 230 spin_unlock(&proc->locks_spin); in dlm_user_add_ast() 236 static int device_user_lock(struct dlm_user_proc *proc, in device_user_lock() argument [all …]
|
| /kernel/linux/linux-4.19/fs/dlm/ |
| D | user.c | 183 struct dlm_user_proc *proc; in dlm_user_add_ast() local 203 proc = ua->proc; in dlm_user_add_ast() 211 spin_lock(&proc->asts_spin); in dlm_user_add_ast() 215 spin_unlock(&proc->asts_spin); in dlm_user_add_ast() 221 list_add_tail(&lkb->lkb_cb_list, &proc->asts); in dlm_user_add_ast() 222 wake_up_interruptible(&proc->wait); in dlm_user_add_ast() 224 spin_unlock(&proc->asts_spin); in dlm_user_add_ast() 228 spin_lock(&proc->locks_spin); in dlm_user_add_ast() 233 spin_unlock(&proc->locks_spin); in dlm_user_add_ast() 239 static int device_user_lock(struct dlm_user_proc *proc, in device_user_lock() argument [all …]
|
| /kernel/linux/linux-5.10/tools/testing/selftests/livepatch/ |
| D | test-livepatch.sh | 13 # - load a livepatch that modifies the output from /proc/cmdline and 21 if [[ "$(cat /proc/cmdline)" != "$MOD_LIVEPATCH: this has been live patched" ]] ; then 29 if [[ "$(cat /proc/cmdline)" == "$MOD_LIVEPATCH: this has been live patched" ]] ; then 48 # - load a livepatch that modifies the output from /proc/cmdline and 58 grep 'live patched' /proc/cmdline > /dev/kmsg 59 grep 'live patched' /proc/meminfo > /dev/kmsg 63 grep 'live patched' /proc/cmdline > /dev/kmsg 64 grep 'live patched' /proc/meminfo > /dev/kmsg 69 grep 'live patched' /proc/cmdline > /dev/kmsg 70 grep 'live patched' /proc/meminfo > /dev/kmsg [all …]
|
| /kernel/linux/linux-5.10/tools/testing/selftests/proc/ |
| D | .gitignore | 5 /proc-fsconfig-hidepid 6 /proc-loadavg-001 7 /proc-multiple-procfs 8 /proc-pid-vm 9 /proc-self-map-files-001 10 /proc-self-map-files-002 11 /proc-self-syscall 12 /proc-self-wchan 13 /proc-uptime-001 14 /proc-uptime-002
|
| D | Makefile | 9 TEST_GEN_PROGS += proc-loadavg-001 10 TEST_GEN_PROGS += proc-pid-vm 11 TEST_GEN_PROGS += proc-self-map-files-001 12 TEST_GEN_PROGS += proc-self-map-files-002 13 TEST_GEN_PROGS += proc-self-syscall 14 TEST_GEN_PROGS += proc-self-wchan 15 TEST_GEN_PROGS += proc-uptime-001 16 TEST_GEN_PROGS += proc-uptime-002 22 TEST_GEN_PROGS += proc-multiple-procfs 23 TEST_GEN_PROGS += proc-fsconfig-hidepid
|
| D | proc-self-map-files-001.c | 16 /* Test readlink /proc/self/map_files/... */ 65 pass("/proc/self/map_files/%lx-%lx", a, b); in main() 66 fail("/proc/self/map_files/ %lx-%lx", a, b); in main() 67 fail("/proc/self/map_files/%lx -%lx", a, b); in main() 68 fail("/proc/self/map_files/%lx- %lx", a, b); in main() 69 fail("/proc/self/map_files/%lx-%lx ", a, b); in main() 70 fail("/proc/self/map_files/0%lx-%lx", a, b); in main() 71 fail("/proc/self/map_files/%lx-0%lx", a, b); in main() 73 fail("/proc/self/map_files/100000000%lx-%lx", a, b); in main() 74 fail("/proc/self/map_files/%lx-100000000%lx", a, b); in main() [all …]
|
| D | proc-self-map-files-002.c | 16 /* Test readlink /proc/self/map_files/... with minimum address. */ 77 pass("/proc/self/map_files/%lx-%lx", a, b); in main() 78 fail("/proc/self/map_files/ %lx-%lx", a, b); in main() 79 fail("/proc/self/map_files/%lx -%lx", a, b); in main() 80 fail("/proc/self/map_files/%lx- %lx", a, b); in main() 81 fail("/proc/self/map_files/%lx-%lx ", a, b); in main() 82 fail("/proc/self/map_files/0%lx-%lx", a, b); in main() 83 fail("/proc/self/map_files/%lx-0%lx", a, b); in main() 85 fail("/proc/self/map_files/100000000%lx-%lx", a, b); in main() 86 fail("/proc/self/map_files/%lx-100000000%lx", a, b); in main() [all …]
|
| /kernel/linux/linux-5.10/Documentation/filesystems/ |
| D | proc.rst | 4 The /proc Filesystem 8 /proc/sys Terrehon Bowden <terrehon@pacbell.net>, October 7 1999 11 move /proc/sys Shen Feng <shen@cn.fujitsu.com> April 1 2009 26 1.3 IDE devices in /proc/ide 27 1.4 Networking info in /proc/net 29 1.6 Parallel port info in /proc/parport 30 1.7 TTY info in /proc/tty 31 1.8 Miscellaneous kernel statistics in /proc/stat 37 3.1 /proc/<pid>/oom_adj & /proc/<pid>/oom_score_adj - Adjust the oom-killer 39 3.2 /proc/<pid>/oom_score - Display current oom-killer score [all …]
|
| /kernel/linux/linux-4.19/Documentation/s390/ |
| D | CommonIO | 20 An ignored device can be un-ignored later; see the "/proc entries"-section for 44 /proc entries 47 * /proc/cio_ignore 51 You can un-ignore certain or all devices by piping to /proc/cio_ignore. 57 - echo free 0.0.0030-0.0.0032 > /proc/cio_ignore 60 - echo free 0.0.0041 > /proc/cio_ignore will furthermore un-ignore device 62 - echo free all > /proc/cio_ignore will un-ignore all remaining ignored 70 /proc/cio_ignore; "add <device range>, <device range>, ..." will ignore the 79 "echo add 0.0.a000-0.0.accc, 0.0.af00-0.0.afff > /proc/cio_ignore" 84 "echo purge > /proc/cio_ignore" [all …]
|
| /kernel/linux/linux-5.10/Documentation/s390/ |
| D | common_io.rst | 24 An ignored device can be un-ignored later; see the "/proc entries"-section for 54 /proc entries 57 * /proc/cio_ignore 61 You can un-ignore certain or all devices by piping to /proc/cio_ignore. 68 - echo free 0.0.0030-0.0.0032 > /proc/cio_ignore 71 - echo free 0.0.0041 > /proc/cio_ignore will furthermore un-ignore device 73 - echo free all > /proc/cio_ignore will un-ignore all remaining ignored 81 /proc/cio_ignore; "add <device range>, <device range>, ..." will ignore the 91 "echo add 0.0.a000-0.0.accc, 0.0.af00-0.0.afff > /proc/cio_ignore" 98 "echo purge > /proc/cio_ignore" [all …]
|
| /kernel/linux/linux-4.19/tools/testing/selftests/proc/ |
| D | proc-self-map-files-001.c | 16 /* Test readlink /proc/self/map_files/... */ 65 pass("/proc/self/map_files/%lx-%lx", a, b); in main() 66 fail("/proc/self/map_files/ %lx-%lx", a, b); in main() 67 fail("/proc/self/map_files/%lx -%lx", a, b); in main() 68 fail("/proc/self/map_files/%lx- %lx", a, b); in main() 69 fail("/proc/self/map_files/%lx-%lx ", a, b); in main() 70 fail("/proc/self/map_files/0%lx-%lx", a, b); in main() 71 fail("/proc/self/map_files/%lx-0%lx", a, b); in main() 73 fail("/proc/self/map_files/100000000%lx-%lx", a, b); in main() 74 fail("/proc/self/map_files/%lx-100000000%lx", a, b); in main() [all …]
|
| D | proc-self-map-files-002.c | 16 /* Test readlink /proc/self/map_files/... with minimum address. */ 73 pass("/proc/self/map_files/%lx-%lx", a, b); in main() 74 fail("/proc/self/map_files/ %lx-%lx", a, b); in main() 75 fail("/proc/self/map_files/%lx -%lx", a, b); in main() 76 fail("/proc/self/map_files/%lx- %lx", a, b); in main() 77 fail("/proc/self/map_files/%lx-%lx ", a, b); in main() 78 fail("/proc/self/map_files/0%lx-%lx", a, b); in main() 79 fail("/proc/self/map_files/%lx-0%lx", a, b); in main() 81 fail("/proc/self/map_files/100000000%lx-%lx", a, b); in main() 82 fail("/proc/self/map_files/%lx-100000000%lx", a, b); in main() [all …]
|
| D | .gitignore | 4 /proc-loadavg-001 5 /proc-self-map-files-001 6 /proc-self-map-files-002 7 /proc-self-syscall 8 /proc-self-wchan 9 /proc-uptime-001 10 /proc-uptime-002
|
| /kernel/linux/linux-4.19/Documentation/sysctl/ |
| D | 00-INDEX | 4 - general information about /proc/sys/ sysctl files. 6 - documentation for /proc/sys/abi/*. 8 - documentation for /proc/sys/fs/*. 10 - documentation for /proc/sys/kernel/*. 12 - documentation for /proc/sys/net/*. 14 - documentation for /proc/sys/sunrpc/*. 16 - documentation for /proc/sys/vm/*.
|
| /kernel/linux/linux-5.10/Documentation/sound/designs/ |
| D | oss-emulation.rst | 33 /proc/asound/oss/sndstat. This shows in the same syntax of 35 On ALSA, you can symlink /dev/sndstat to this proc file. 37 Please note that the devices listed in this proc file appear only 129 writing a command to the proc file. There is a proc file for each PCM 130 stream, ``/proc/asound/cardX/pcmY[cp]/oss``, where X is the card number 132 playback and ``c`` for capture, respectively. Note that this proc file 171 % echo "quake 0 0 direct" > /proc/asound/card0/pcm0p/oss 177 % echo "quake 0 0 disable" > /proc/asound/card0/pcm0c/oss 179 The permission of proc files depend on the module options of snd. 202 You can check the currently defined configuration by reading the proc [all …]
|
| /kernel/linux/linux-4.19/Documentation/sound/designs/ |
| D | oss-emulation.rst | 33 /proc/asound/oss/sndstat. This shows in the same syntax of 35 On ALSA, you can symlink /dev/sndstat to this proc file. 37 Please note that the devices listed in this proc file appear only 129 writing a command to the proc file. There is a proc file for each PCM 130 stream, ``/proc/asound/cardX/pcmY[cp]/oss``, where X is the card number 132 playback and ``c`` for capture, respectively. Note that this proc file 171 % echo "quake 0 0 direct" > /proc/asound/card0/pcm0p/oss 177 % echo "quake 0 0 disable" > /proc/asound/card0/pcm0c/oss 179 The permission of proc files depend on the module options of snd. 202 You can check the currently defined configuration by reading the proc [all …]
|
| /kernel/linux/linux-4.19/Documentation/filesystems/ |
| D | proc.txt | 2 T H E /proc F I L E S Y S T E M 4 /proc/sys Terrehon Bowden <terrehon@pacbell.net> October 7 1999 8 move /proc/sys Shen Feng <shen@cn.fujitsu.com> April 1 2009 25 1.3 IDE devices in /proc/ide 26 1.4 Networking info in /proc/net 28 1.6 Parallel port info in /proc/parport 29 1.7 TTY info in /proc/tty 30 1.8 Miscellaneous kernel statistics in /proc/stat 36 3.1 /proc/<pid>/oom_adj & /proc/<pid>/oom_score_adj - Adjust the oom-killer 38 3.2 /proc/<pid>/oom_score - Display current oom-killer score [all …]
|