Home
last modified time | relevance | path

Searched refs:_qproc (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/include/linux/
Dpoll.h44 poll_queue_proc _qproc; member
50 if (p && p->_qproc && wait_address) in poll_wait()
51 p->_qproc(filp, wait_address, p); in poll_wait()
61 return p == NULL || p->_qproc == NULL; in poll_does_not_wait()
77 pt->_qproc = qproc; in init_poll_funcptr()
/Linux-v5.10/fs/
Dselect.c497 wait->_qproc = NULL; in do_select()
540 wait->_qproc = NULL; in do_select()
545 wait->_qproc = NULL; in do_select()
550 wait->_qproc = NULL; in do_select()
574 wait->_qproc = NULL; in do_select()
893 pt->_qproc = NULL; in do_poll()
920 pt->_qproc = NULL; in do_poll()
931 pt->_qproc = NULL; in do_poll()
Deventpoll.c889 locked = pt && (pt->_qproc == ep_ptable_queue_proc); in ep_item_poll()
Daio.c1758 apt.pt._qproc = aio_poll_queue_proc; in aio_poll()
Dio_uring.c5216 ipt.pt._qproc = io_async_queue_proc; in io_arm_poll_handler()
5400 ipt.pt._qproc = io_poll_queue_proc; in io_poll_add()