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
70 * with an initialised array of struct ctl_table's. An entry with
71 * NULL procname terminates the table. table->de will be
72 * set up by the registration and need not be initialised in advance.
77 * The table's mode will be honoured for proc-fs access.
80 * under /proc; non-leaf nodes will be represented by directories. A
88 * mirrored under /proc/sys (non-terminals are handled by a built-in
101 return (void *)(unsigned long)atomic_read(&poll->event); in proc_sys_poll_event()
113 const char *procname; /* Text ID for /proc/sys, or zero */
147 struct hlist_head inodes; /* head for proc_inode->sysctl_inodes */