Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/
Dexit.c1482 static long do_wait(struct wait_opts *wo) in do_wait() function
1601 ret = do_wait(&wo); in kernel_waitid()
1677 ret = do_wait(&wo); in kernel_wait4()
1694 ret = do_wait(&wo); in kernel_wait()
/Linux-v5.15/drivers/scsi/
Dst.c592 int bytes, int direction, int timeout, int retries, int do_wait) in st_do_scsi() argument
599 if (!do_wait && ((STp->buffer)->last_SRpnt)) { in st_do_scsi()
617 if (!do_wait) in st_do_scsi()
646 } else if (do_wait) { in st_do_scsi()
962 static int test_ready(struct scsi_tape *STp, int do_wait) in test_ready() argument
970 max_wait = do_wait ? ST_BLOCK_SECONDS : 0; in test_ready()
1038 int i, retval, new_session = 0, do_wait; in check_tape() local
1060 do_wait = ((filp->f_flags & O_NONBLOCK) == 0); in check_tape()
1061 retval = test_ready(STp, do_wait); in check_tape()
1197 if (do_wait && in check_tape()
/Linux-v5.15/fs/ntfs/
Daops.c1193 do_wait: in ntfs_write_mst_block()
1243 goto do_wait; in ntfs_write_mst_block()