Home
last modified time | relevance | path

Searched refs:_qproc (Results 1 – 2 of 2) 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/io_uring/
H A Dpoll.c696 ipt.pt._qproc = io_async_queue_proc; in io_arm_apoll()
906 ipt.pt._qproc = io_poll_queue_proc; in io_poll_add()