Lines Matching +full:zero +full:- +full:initialised
1 /* SPDX-License-Identifier: GPL-2.0 */
16 ** The kernel will then return -ENOTDIR to any application using
93 * with an initialised array of struct ctl_table's. An entry with
94 * NULL procname terminates the table. table->de will be
95 * set up by the registration and need not be initialised in advance.
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()
136 const char *procname; /* Text ID for /proc/sys, or zero */
141 * enum type - Enumeration to differentiate between ctl target types
163 * struct ctl_table_header - maintains dynamic lists of struct ctl_table trees
170 * @rcu: Delays the freeing of the inode. Introduced with "unfuck proc_sysctl ->d_compare()"
190 struct hlist_head inodes; /* head for proc_inode->sysctl_inodes */