Searched refs:wait_address (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | poll.h | 48 static inline void poll_wait(struct file * filp, wait_queue_head_t * wait_address, poll_table *p) in poll_wait() argument 50 if (p && p->_qproc && wait_address) in poll_wait() 51 p->_qproc(filp, wait_address, p); in poll_wait() 97 wait_queue_head_t *wait_address; member
|
/kernel/linux/linux-6.6/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 44 if (p && p->_qproc && wait_address) in poll_wait() 45 p->_qproc(filp, wait_address, p); in poll_wait() 91 wait_queue_head_t *wait_address; member
|
/kernel/linux/linux-5.10/fs/ |
H A D | select.c | 118 static void __pollwait(struct file *filp, wait_queue_head_t *wait_address, 134 remove_wait_queue(entry->wait_address, &entry->wait); in free_poll_entry() 221 static void __pollwait(struct file *filp, wait_queue_head_t *wait_address, in __pollwait() argument 229 entry->wait_address = wait_address; in __pollwait() 233 add_wait_queue(wait_address, &entry->wait); in __pollwait()
|
/kernel/linux/linux-6.6/fs/ |
H A D | select.c | 119 static void __pollwait(struct file *filp, wait_queue_head_t *wait_address, 135 remove_wait_queue(entry->wait_address, &entry->wait); in free_poll_entry() 222 static void __pollwait(struct file *filp, wait_queue_head_t *wait_address, in __pollwait() argument 230 entry->wait_address = wait_address; in __pollwait() 234 add_wait_queue(wait_address, &entry->wait); in __pollwait()
|
/kernel/linux/linux-5.10/net/9p/ |
H A D | trans_fd.c | 544 * @wait_address: wait_q to block on 551 p9_pollwait(struct file *filp, wait_queue_head_t *wait_address, poll_table *p) in p9_pollwait() argument 565 p9_debug(P9_DEBUG_ERROR, "not enough wait_address slots\n"); in p9_pollwait() 570 pwait->wait_addr = wait_address; in p9_pollwait() 572 add_wait_queue(wait_address, &pwait->wait); in p9_pollwait()
|
/kernel/linux/linux-6.6/net/9p/ |
H A D | trans_fd.c | 546 * @wait_address: wait_q to block on 553 p9_pollwait(struct file *filp, wait_queue_head_t *wait_address, poll_table *p) in p9_pollwait() argument 567 p9_debug(P9_DEBUG_ERROR, "not enough wait_address slots\n"); in p9_pollwait() 572 pwait->wait_addr = wait_address; in p9_pollwait() 574 add_wait_queue(wait_address, &pwait->wait); in p9_pollwait()
|
/kernel/liteos_a/net/lwip-2.1/porting/src/ |
H A D | sockets.c | 258 extern void poll_wait(struct file *filp, wait_queue_head_t *wait_address, poll_table *p);
|
Completed in 10 milliseconds