Searched refs:do_wait (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/valgrind/valgrind/ |
| H A D | 0001-Make-local-functions-static-to-avoid-assembler-error.patch | 148 -void do_wait ( UWord* w ) 149 +static void do_wait ( UWord* w ) 153 @@ -357,7 +357,7 @@ void do_wait ( UWord* w ) 179 do_wait(w); // wait for h-b edge from first thread
|
| /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 | collect-utils.h | 32 extern void do_wait (const char *, struct pex_obj *);
|
| /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 | collect-utils.h | 32 extern void do_wait (const char *, struct pex_obj *);
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | exit.c | 1430 static long do_wait(struct wait_opts *wo) in do_wait() function 1542 ret = do_wait(&wo); in kernel_waitid() 1618 ret = do_wait(&wo); in kernel_wait4() 1635 ret = do_wait(&wo); in kernel_wait()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | st.c | 597 int bytes, int direction, int timeout, int retries, int do_wait) in st_do_scsi() argument 604 if (!do_wait && ((STp->buffer)->last_SRpnt)) { in st_do_scsi() 622 if (!do_wait) in st_do_scsi() 651 } else if (do_wait) { in st_do_scsi() 967 static int test_ready(struct scsi_tape *STp, int do_wait) in test_ready() argument 975 max_wait = do_wait ? ST_BLOCK_SECONDS : 0; in test_ready() 1043 int i, retval, new_session = 0, do_wait; in check_tape() local 1065 do_wait = ((filp->f_flags & O_NONBLOCK) == 0); in check_tape() 1066 retval = test_ready(STp, do_wait); in check_tape() 1202 if (do_wait && in check_tape()
|
| /OK3568_Linux_fs/kernel/fs/ntfs/ |
| H A D | aops.c | 1193 do_wait: in ntfs_write_mst_block() 1243 goto do_wait; in ntfs_write_mst_block()
|