Home
last modified time | relevance | path

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

/linux/rust/helpers/
H A Dpoll.c7 wait_queue_head_t *wait_address, in rust_helper_poll_wait()
10 poll_wait(filp, wait_address, p); in rust_helper_poll_wait()
6 rust_helper_poll_wait(struct file * filp,wait_queue_head_t * wait_address,poll_table * p) rust_helper_poll_wait() argument
/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
45 p->_qproc(filp, wait_address, p); in poll_wait()
89 wait_queue_head_t *wait_address; member