Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dpoll.h42 poll_queue_proc _qproc; member
48 if (p && p->_qproc && wait_address) in poll_wait()
49 p->_qproc(filp, wait_address, p); in poll_wait()
59 return p == NULL || p->_qproc == NULL; in poll_does_not_wait()
75 pt->_qproc = qproc; in init_poll_funcptr()
/Linux-v6.6/fs/
Dselect.c500 wait->_qproc = NULL; in do_select()
545 wait->_qproc = NULL; in do_select()
550 wait->_qproc = NULL; in do_select()
555 wait->_qproc = NULL; in do_select()
578 wait->_qproc = NULL; in do_select()
897 pt->_qproc = NULL; in do_poll()
924 pt->_qproc = NULL; in do_poll()
935 pt->_qproc = NULL; in do_poll()
Daio.c1865 apt.pt._qproc = aio_poll_queue_proc; in aio_poll()
/Linux-v6.6/io_uring/
Dpoll.c731 ipt.pt._qproc = io_async_queue_proc; in io_arm_poll_handler()
952 ipt.pt._qproc = io_poll_queue_proc; in io_poll_add()