Home
last modified time | relevance | path

Searched defs:wait_address (Results 1 – 3 of 3) 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 rust_helper_poll_wait(struct file * filp,wait_queue_head_t * wait_address,poll_table * p) rust_helper_poll_wait() argument
/linux/net/9p/
H A Dtrans_fd.c518 p9_pollwait(struct file *filp, wait_queue_head_t *wait_address, poll_table *p) in p9_pollwait()