Searched refs:poll_tab (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/kernel/ |
H A D | seccomp.c | 1445 struct poll_table_struct *poll_tab) in seccomp_notify_poll() 1451 poll_wait(file, &filter->wqh, poll_tab); in seccomp_notify_poll() 1444 seccomp_notify_poll(struct file *file, struct poll_table_struct *poll_tab) seccomp_notify_poll() argument
|
/kernel/linux/linux-5.10/ipc/ |
H A D | mqueue.c | 675 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()
|
/kernel/linux/linux-6.6/ipc/ |
H A D | mqueue.c | 676 static __poll_t mqueue_poll_file(struct file *filp, struct poll_table_struct *poll_tab) in mqueue_poll_file() argument 681 poll_wait(filp, &info->wait_q, poll_tab); in mqueue_poll_file()
|
/kernel/linux/linux-6.6/kernel/ |
H A D | seccomp.c | 1801 struct poll_table_struct *poll_tab) in seccomp_notify_poll() 1807 poll_wait(file, &filter->wqh, poll_tab); in seccomp_notify_poll() 1800 seccomp_notify_poll(struct file *file, struct poll_table_struct *poll_tab) seccomp_notify_poll() argument
|
Completed in 11 milliseconds