Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/
Dseccomp.c1441 struct poll_table_struct *poll_tab) in seccomp_notify_poll() argument
1447 poll_wait(file, &filter->wqh, poll_tab); in seccomp_notify_poll()
/Linux-v5.10/ipc/
Dmqueue.c661 static __poll_t mqueue_poll_file(struct file *filp, struct poll_table_struct *poll_tab) in mqueue_poll_file() argument
666 poll_wait(filp, &info->wait_q, poll_tab); in mqueue_poll_file()