Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/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()
888 pt->_qproc = NULL; in do_poll()
917 pt->_qproc = NULL; in do_poll()
928 pt->_qproc = NULL; in do_poll()
H A Daio.c1916 apt.pt._qproc = aio_poll_queue_proc; in aio_poll()
/linux-6.15/rust/kernel/sync/
H A Dpoll.rs61 unsafe { (*ptr)._qproc } in get_qproc()
/linux-6.15/io_uring/
H A Dpoll.c704 ipt.pt._qproc = io_async_queue_proc; in io_arm_poll_handler()
891 ipt.pt._qproc = io_poll_queue_proc; in io_poll_add()