Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dpoll.h38 poll_queue_proc _qproc; member
44 if (p && p->_qproc && wait_address) in poll_wait()
45 p->_qproc(filp, wait_address, p); in poll_wait()
55 return p == NULL || p->_qproc == NULL; in poll_does_not_wait()
71 pt->_qproc = qproc; in init_poll_funcptr()
/openbmc/linux/fs/
H A 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()
H A Daio.c1876 apt.pt._qproc = aio_poll_queue_proc; in aio_poll()
/openbmc/linux/io_uring/
H A Dpoll.c738 ipt.pt._qproc = io_async_queue_proc; in io_arm_poll_handler()
959 ipt.pt._qproc = io_poll_queue_proc; in io_poll_add()