Searched refs:wait_address (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/include/linux/ |
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 44 if (p && p->_qproc && wait_address) in poll_wait() 45 p->_qproc(filp, wait_address, p); in poll_wait() 79 wait_queue_head_t *wait_address; member
|
/linux-4.4.14/firmware/av7110/ |
D | Boot.S | 61 ldr r1, wait_address 108 wait_address: .word wait label
|
/linux-4.4.14/fs/ |
D | select.c | 116 static void __pollwait(struct file *filp, wait_queue_head_t *wait_address, 132 remove_wait_queue(entry->wait_address, &entry->wait); in free_poll_entry() 219 static void __pollwait(struct file *filp, wait_queue_head_t *wait_address, in __pollwait() argument 227 entry->wait_address = wait_address; in __pollwait() 231 add_wait_queue(wait_address, &entry->wait); in __pollwait()
|
/linux-4.4.14/net/9p/ |
D | trans_fd.c | 547 p9_pollwait(struct file *filp, wait_queue_head_t *wait_address, poll_table *p) in p9_pollwait() argument 566 pwait->wait_addr = wait_address; in p9_pollwait() 568 add_wait_queue(wait_address, &pwait->wait); in p9_pollwait()
|
/linux-4.4.14/include/net/ |
D | sock.h | 1937 wait_queue_head_t *wait_address, poll_table *p) in sock_poll_wait() argument 1939 if (!poll_does_not_wait(p) && wait_address) { in sock_poll_wait() 1940 poll_wait(filp, wait_address, p); in sock_poll_wait()
|