Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/
H A Dseccomp.c1676 struct poll_table_struct *poll_tab) in seccomp_notify_poll() argument
1682 poll_wait(file, &filter->wqh, poll_tab); in seccomp_notify_poll()
/OK3568_Linux_fs/kernel/ipc/
H A Dmqueue.c675 static __poll_t mqueue_poll_file(struct file *filp, struct poll_table_struct *poll_tab) in mqueue_poll_file() argument
680 poll_wait(filp, &info->wait_q, poll_tab); in mqueue_poll_file()