Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dpoll.h42 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()
99 wait_queue_head_t *wait_address; member
/openbmc/linux/fs/
H 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()
/openbmc/linux/net/9p/
H 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()