Home
last modified time | relevance | path

Searched refs:ctl_table_poll (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/include/linux/
Dsysctl.h87 struct ctl_table_poll { struct
92 static inline void *proc_sys_poll_event(struct ctl_table_poll *poll) in proc_sys_poll_event() argument
102 struct ctl_table_poll name = __CTL_TABLE_POLL_INITIALIZER(name)
113 struct ctl_table_poll *poll;
169 void proc_sys_poll_notify(struct ctl_table_poll *poll);
/linux-4.4.14/fs/proc/
Dproc_sysctl.c44 void proc_sys_poll_notify(struct ctl_table_poll *poll) in proc_sys_poll_notify()