Lines Matching +full:numbering +full:- +full:space
1 /* SPDX-License-Identifier: GPL-2.0 */
11 ** The values in this file are exported to user space via
13 ** numbering of any existing values here, and do not change
16 ** The kernel will then return -ENOTDIR to any application using
94 * NULL procname terminates the table. table->de will be
100 * The table's mode will be honoured for proc-fs access.
103 * under /proc; non-leaf nodes will be represented by directories. A
111 * mirrored under /proc/sys (non-terminals are handled by a built-in
124 return (void *)(unsigned long)atomic_read(&poll->event); in proc_sys_poll_event()
152 * struct ctl_table_header - maintains dynamic lists of struct ctl_table trees
159 * @rcu: Delays the freeing of the inode. Introduced with "unfuck proc_sysctl ->d_compare()"
179 struct hlist_head inodes; /* head for proc_inode->sysctl_inodes */
181 * enum type - Enumeration to differentiate between ctl target types