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

/linux-master/kernel/
H A Dexit.c1305 * Handle do_wait work for one task in a live, non-stopped state.
1466 * Do the work of do_wait() for one thread in the group, @tsk.
1619 static long do_wait(struct wait_opts *wo) function
1714 ret = do_wait(&wo);
1790 ret = do_wait(&wo);
1807 ret = do_wait(&wo);
/linux-master/drivers/scsi/
H A Dst.c595 /* Do the scsi command. Waits until command performed if do_wait is true.
600 int bytes, int direction, int timeout, int retries, int do_wait)
607 if (!do_wait && ((STp->buffer)->last_SRpnt)) {
625 if (!do_wait)
654 } else if (do_wait) {
972 static int test_ready(struct scsi_tape *STp, int do_wait)
980 max_wait = do_wait ? ST_BLOCK_SECONDS : 0;
1048 int i, retval, new_session = 0, do_wait;
1070 do_wait = ((filp->f_flags & O_NONBLOCK) == 0);
1071 retval = test_ready(STp, do_wait);
597 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
968 test_ready(struct scsi_tape *STp, int do_wait) argument
1044 int i, retval, new_session = 0, do_wait; local
[all...]

Completed in 170 milliseconds