Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dsysctl.h95 struct ctl_table_poll { struct
100 static inline void *proc_sys_poll_event(struct ctl_table_poll *poll) in proc_sys_poll_event() argument
110 struct ctl_table_poll name = __CTL_TABLE_POLL_INITIALIZER(name)
121 struct ctl_table_poll *poll;
180 void proc_sys_poll_notify(struct ctl_table_poll *poll);
/linux-4.19.296/fs/proc/
Dproc_sysctl.c47 void proc_sys_poll_notify(struct ctl_table_poll *poll) in proc_sys_poll_notify()