Searched refs:wait_address (Results 1 – 3 of 3) sorted by relevance
| /linux/rust/helpers/ |
| H A D | poll.c | 6 void rust_helper_poll_wait(struct file *filp, wait_queue_head_t *wait_address, in rust_helper_poll_wait() argument 9 poll_wait(filp, wait_address, p); in rust_helper_poll_wait()
|
| /linux/include/linux/ |
| H A D | poll.h | 42 static inline void poll_wait(struct file * filp, wait_queue_head_t * wait_address, poll_table *p) in poll_wait() argument 45 p->_qproc(filp, wait_address, p); in poll_wait() 89 wait_queue_head_t *wait_address; member
|
| /linux/net/9p/ |
| H A D | trans_fd.c | 518 p9_pollwait(struct file *filp, wait_queue_head_t *wait_address, poll_table *p) in p9_pollwait() argument 537 pwait->wait_addr = wait_address; in p9_pollwait() 539 add_wait_queue(wait_address, &pwait->wait); in p9_pollwait()
|