Searched refs:do_wait (Results 1 – 2 of 2) sorted by relevance
| /linux/kernel/ |
| H A D | exit.c | 1704 static long do_wait(struct wait_opts *wo) in do_wait() function 1799 ret = do_wait(&wo); in kernel_waitid() 1875 ret = do_wait(&wo); in kernel_wait4() 1892 ret = do_wait(&wo); in kernel_wait()
|
| /linux/drivers/scsi/ |
| H A D | st.c | 606 /* Do the scsi command. Waits until command performed if do_wait is true. 611 int bytes, int direction, int timeout, int retries, int do_wait) in st_do_scsi() 618 if (!do_wait && ((STp->buffer)->last_SRpnt)) { in st_do_scsi() 636 if (!do_wait) in st_do_scsi() 665 } else if (do_wait) { in st_do_scsi() 983 static int test_ready(struct scsi_tape *STp, int do_wait) in test_ready() 992 max_wait = do_wait ? ST_BLOCK_SECONDS : 0; in test_ready() 1075 int i, retval, new_session = 0, do_wait; in check_tape() 1097 do_wait = ((filp->f_flags & O_NONBLOCK) == 0); in check_tape() 1098 retval = test_ready(STp, do_wait); in check_tape() 609 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) st_do_scsi() argument 979 test_ready(struct scsi_tape * STp,int do_wait) test_ready() argument 1071 int i, retval, new_session = 0, do_wait; check_tape() local [all...] |