Searched refs:pwait (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/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() 571 pwait->conn = m; in p9_pollwait() [all …]
|
/openbmc/linux/fs/ |
H A D | select.c | 852 static inline __poll_t do_pollfd(struct pollfd *pollfd, poll_table *pwait, in do_pollfd() argument 869 pwait->_key = filter | busy_flag; in do_pollfd() 870 mask = vfs_poll(f.file, pwait); in do_pollfd()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/procmail/procmail/ |
H A D | from-debian-to-fix-compile-errors.patch | 570 @@ -194,7 +194,7 @@ perr: progerr(line,excode,pwait==4); /* I'm going to tell my mommy! */ 578 retStdout(Stdout,pwait&&pipw,!backblock);
|