Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A 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()
/OK3568_Linux_fs/kernel/fs/
H A Dselect.c499 wait->_qproc = NULL; in do_select()
544 wait->_qproc = NULL; in do_select()
549 wait->_qproc = NULL; in do_select()
554 wait->_qproc = NULL; in do_select()
577 wait->_qproc = NULL; in do_select()
896 pt->_qproc = NULL; in do_poll()
923 pt->_qproc = NULL; in do_poll()
934 pt->_qproc = NULL; in do_poll()
H A Deventpoll.c900 locked = pt && (pt->_qproc == ep_ptable_queue_proc); in ep_item_poll()
H A Daio.c1863 apt.pt._qproc = aio_poll_queue_proc; in aio_poll()
/OK3568_Linux_fs/kernel/io_uring/
H A Dio_uring.c5667 ipt.pt._qproc = io_async_queue_proc; in io_arm_poll_handler()
5817 ipt.pt._qproc = io_poll_queue_proc; in io_poll_add()