Home
last modified time | relevance | path

Searched defs:wait_address (Results 1 – 4 of 4) sorted by relevance

/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()
89 wait_queue_head_t *wait_address; member
/linux/rust/helpers/
H A Dpoll.c6 void rust_helper_poll_wait(struct file *filp, wait_queue_head_t *wait_address, in rust_helper_poll_wait()
/linux/net/9p/
H A Dtrans_fd.c554 p9_pollwait(struct file *filp, wait_queue_head_t *wait_address, poll_table *p) in p9_pollwait()
/linux/fs/
H A Dselect.c219 static void __pollwait(struct file *filp, wait_queue_head_t *wait_address, in __pollwait()