Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dsysctl.h94 struct ctl_table_poll { struct
99 static inline void *proc_sys_poll_event(struct ctl_table_poll *poll) in proc_sys_poll_event() argument
109 struct ctl_table_poll name = __CTL_TABLE_POLL_INITIALIZER(name)
119 struct ctl_table_poll *poll;
177 void proc_sys_poll_notify(struct ctl_table_poll *poll);
/OK3568_Linux_fs/kernel/fs/proc/
H A Dproc_sysctl.c53 void proc_sys_poll_notify(struct ctl_table_poll *poll) in proc_sys_poll_notify()