Home
last modified time | relevance | path

Searched refs:do_wait (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/kernel/
Dexit.c1490 static long do_wait(struct wait_opts *wo) in do_wait() function
1584 ret = do_wait(&wo); in kernel_waitid()
1659 ret = do_wait(&wo); in kernel_wait4()
/Linux-v4.19/drivers/scsi/
Dst.c593 int bytes, int direction, int timeout, int retries, int do_wait) in st_do_scsi() argument
600 if (!do_wait && ((STp->buffer)->last_SRpnt)) { in st_do_scsi()
618 if (!do_wait) in st_do_scsi()
647 } else if (do_wait) { in st_do_scsi()
963 static int test_ready(struct scsi_tape *STp, int do_wait) in test_ready() argument
971 max_wait = do_wait ? ST_BLOCK_SECONDS : 0; in test_ready()
1039 int i, retval, new_session = 0, do_wait; in check_tape() local
1061 do_wait = ((filp->f_flags & O_NONBLOCK) == 0); in check_tape()
1062 retval = test_ready(STp, do_wait); in check_tape()
1198 if (do_wait && in check_tape()
Dosst.c430 unsigned char *cmd, int bytes, int direction, int timeout, int retries, int do_wait) in osst_do_scsi() argument
441 if (!do_wait && ((STp->buffer)->last_SRpnt)) { in osst_do_scsi()
467 if (!do_wait) in osst_do_scsi()
491 else if (do_wait) { in osst_do_scsi()
/Linux-v4.19/fs/ntfs/
Daops.c1210 do_wait: in ntfs_write_mst_block()
1260 goto do_wait; in ntfs_write_mst_block()