Searched refs:do_wait (Results 1 – 2 of 2) sorted by relevance
1710 static long do_wait(struct wait_opts *wo) in do_wait() function1805 ret = do_wait(&wo); in kernel_waitid()1881 ret = do_wait(&wo); in kernel_wait4()1898 ret = do_wait(&wo); in kernel_wait()
609 int bytes, int direction, int timeout, int retries, int do_wait) in st_do_scsi() argument616 if (!do_wait && ((STp->buffer)->last_SRpnt)) { in st_do_scsi()634 if (!do_wait) in st_do_scsi()663 } else if (do_wait) { in st_do_scsi()979 static int test_ready(struct scsi_tape *STp, int do_wait) in test_ready() argument988 max_wait = do_wait ? ST_BLOCK_SECONDS : 0; in test_ready()1071 int i, retval, new_session = 0, do_wait; in check_tape() local1093 do_wait = ((filp->f_flags & O_NONBLOCK) == 0); in check_tape()1094 retval = test_ready(STp, do_wait); in check_tape()1230 if (do_wait && in check_tape()