Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dpoll.h38 poll_queue_proc _qproc; member
44 if (p && p->_qproc) { in poll_wait()
45 p->_qproc(filp, wait_address, p); in poll_wait()
69 pt->_qproc = qproc; in init_poll_funcptr()
/linux/fs/
H A Dselect.c504 wait->_qproc = NULL; in do_select()
541 wait->_qproc = NULL; in do_select()
546 wait->_qproc = NULL; in do_select()
551 wait->_qproc = NULL; in do_select()
574 wait->_qproc = NULL; in do_select()
884 pt->_qproc = NULL; in do_poll()
913 pt->_qproc = NULL; in do_poll()
924 pt->_qproc = NULL; in do_poll()
H A Daio.c1916 apt.pt._qproc = aio_poll_queue_proc; in aio_poll()
/linux/io_uring/
H A Dpoll.c692 ipt.pt._qproc = io_async_queue_proc; in io_arm_apoll()
902 ipt.pt._qproc = io_poll_queue_proc; in io_poll_add()