Searched refs:do_wait (Results 1 - 2 of 2) sorted by relevance

/linux-master/kernel/
H A Dexit.c1301 * Handle do_wait work for one task in a live, non-stopped state.
1462 * Do the work of do_wait() for one thread in the group, @tsk.
1615 static long do_wait(struct wait_opts *wo) function
1710 ret = do_wait(&wo);
1786 ret = do_wait(&wo);
1803 ret = do_wait(&wo);
/linux-master/drivers/scsi/
H A Dst.c594 /* Do the scsi command. Waits until command performed if do_wait is true.
599 int bytes, int direction, int timeout, int retries, int do_wait)
606 if (!do_wait && ((STp->buffer)->last_SRpnt)) {
624 if (!do_wait)
653 } else if (do_wait) {
971 static int test_ready(struct scsi_tape *STp, int do_wait)
979 max_wait = do_wait ? ST_BLOCK_SECONDS : 0;
1047 int i, retval, new_session = 0, do_wait;
1069 do_wait = ((filp->f_flags & O_NONBLOCK) == 0);
1070 retval = test_ready(STp, do_wait);
596 st_do_scsi(struct st_request * SRpnt, struct scsi_tape * STp, unsigned char *cmd, int bytes, int direction, int timeout, int retries, int do_wait) argument
967 test_ready(struct scsi_tape *STp, int do_wait) argument
1043 int i, retval, new_session = 0, do_wait; local
[all...]

Completed in 104 milliseconds