Searched refs:pwait (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/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() 569 pwait->conn = m; in p9_pollwait() [all …]
|
| /OK3568_Linux_fs/buildroot/package/procps-ng/ |
| H A D | 0001-configure-Add--disable-w.patch | 26 bin_PROGRAMS += pwait
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | libiberty.h | 642 extern int pwait (int, int *, int);
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | libiberty.h | 642 extern int pwait (int, int *, int);
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | select.c | 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()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/procmail/procmail/ |
| H A D | from-debian-to-fix-compile-errors.patch | 568 @@ -194,7 +194,7 @@ perr: progerr(line,excode,pwait==4); /* I'm going to tell my mommy! */ 576 retStdout(Stdout,pwait&&pipw,!backblock);
|