Home
last modified time | relevance | path

Searched refs:wait_address (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/include/linux/
A Dpoll.h46 static inline void poll_wait(struct file * filp, wait_queue_head_t * wait_address, poll_table *p) in poll_wait() argument
48 if (p && p->_qproc && wait_address) in poll_wait()
49 p->_qproc(filp, wait_address, p); in poll_wait()
95 wait_queue_head_t *wait_address; member
/linux-6.3-rc2/fs/
A Dselect.c119 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()
/linux-6.3-rc2/net/9p/
A Dtrans_fd.c553 p9_pollwait(struct file *filp, wait_queue_head_t *wait_address, poll_table *p) in p9_pollwait() argument
572 pwait->wait_addr = wait_address; in p9_pollwait()
574 add_wait_queue(wait_address, &pwait->wait); in p9_pollwait()

Completed in 11 milliseconds