Searched refs:do_wait (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/kernel/ |
D | exit.c | 1473 static long do_wait(struct wait_opts *wo) in do_wait() function 1567 ret = do_wait(&wo); in SYSCALL_DEFINE5() 1626 ret = do_wait(&wo); in SYSCALL_DEFINE4()
|
/linux-4.1.27/drivers/scsi/ |
D | st.c | 538 int bytes, int direction, int timeout, int retries, int do_wait) in st_do_scsi() argument 545 if (!do_wait && ((STp->buffer)->last_SRpnt)) { in st_do_scsi() 563 if (!do_wait) in st_do_scsi() 592 } else if (do_wait) { in st_do_scsi() 911 static int test_ready(struct scsi_tape *STp, int do_wait) in test_ready() argument 919 max_wait = do_wait ? ST_BLOCK_SECONDS : 0; in test_ready() 987 int i, retval, new_session = 0, do_wait; in check_tape() local 1009 do_wait = ((filp->f_flags & O_NONBLOCK) == 0); in check_tape() 1010 retval = test_ready(STp, do_wait); in check_tape() 1146 if (do_wait && in check_tape()
|
D | osst.c | 427 unsigned char *cmd, int bytes, int direction, int timeout, int retries, int do_wait) in osst_do_scsi() argument 438 if (!do_wait && ((STp->buffer)->last_SRpnt)) { in osst_do_scsi() 464 if (!do_wait) in osst_do_scsi() 488 else if (do_wait) { in osst_do_scsi()
|
/linux-4.1.27/fs/ntfs/ |
D | aops.c | 1210 do_wait: in ntfs_write_mst_block() 1260 goto do_wait; in ntfs_write_mst_block()
|