Searched refs:pwait (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/net/9p/ |
H A D | trans_fd.c | 163 struct p9_poll_wait *pwait = &m->poll_wait[i]; in p9_mux_poll_stop() local 165 if (pwait->wait_addr) { in p9_mux_poll_stop() 166 remove_wait_queue(pwait->wait_addr, &pwait->wait); in p9_mux_poll_stop() 167 pwait->wait_addr = NULL; in p9_mux_poll_stop() 527 struct p9_poll_wait *pwait = in p9_pollwake() local 529 struct p9_conn *m = pwait->conn; in p9_pollwake() 554 struct p9_poll_wait *pwait = NULL; in p9_pollwait() local 559 pwait = &m->poll_wait[i]; in p9_pollwait() 564 if (!pwait) { in p9_pollwait() [all...] |
/kernel/linux/linux-6.6/net/9p/ |
H A D | trans_fd.c | 164 struct p9_poll_wait *pwait = &m->poll_wait[i]; in p9_mux_poll_stop() local 166 if (pwait->wait_addr) { in p9_mux_poll_stop() 167 remove_wait_queue(pwait->wait_addr, &pwait->wait); in p9_mux_poll_stop() 168 pwait->wait_addr = NULL; in p9_mux_poll_stop() 529 struct p9_poll_wait *pwait = in p9_pollwake() local 531 struct p9_conn *m = pwait->conn; in p9_pollwake() 556 struct p9_poll_wait *pwait = NULL; in p9_pollwait() local 561 pwait = &m->poll_wait[i]; in p9_pollwait() 566 if (!pwait) { in p9_pollwait() [all...] |
/kernel/linux/linux-5.10/fs/ |
H A D | select.c | 851 * pwait poll_table will be used by the fd-provided poll handler for waiting, 852 * if pwait->_qproc is non-NULL. 854 static inline __poll_t do_pollfd(struct pollfd *pollfd, poll_table *pwait, in do_pollfd() argument 871 pwait->_key = filter | busy_flag; in do_pollfd() 872 mask = vfs_poll(f.file, pwait); in do_pollfd()
|
/kernel/linux/linux-6.6/fs/ |
H A D | select.c | 852 * pwait poll_table will be used by the fd-provided poll handler for waiting, 853 * if pwait->_qproc is non-NULL. 855 static inline __poll_t do_pollfd(struct pollfd *pollfd, poll_table *pwait, in do_pollfd() argument 872 pwait->_key = filter | busy_flag; in do_pollfd() 873 mask = vfs_poll(f.file, pwait); in do_pollfd()
|
Completed in 6 milliseconds