Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/
Dexit.c1585 static long do_wait(struct wait_opts *wo) in do_wait() function
1704 ret = do_wait(&wo); in kernel_waitid()
1780 ret = do_wait(&wo); in kernel_wait4()
1797 ret = do_wait(&wo); in kernel_wait()
/Linux-v6.6/drivers/scsi/
Dst.c598 int bytes, int direction, int timeout, int retries, int do_wait) in st_do_scsi() argument
605 if (!do_wait && ((STp->buffer)->last_SRpnt)) { in st_do_scsi()
623 if (!do_wait) in st_do_scsi()
652 } else if (do_wait) { in st_do_scsi()
968 static int test_ready(struct scsi_tape *STp, int do_wait) in test_ready() argument
976 max_wait = do_wait ? ST_BLOCK_SECONDS : 0; in test_ready()
1044 int i, retval, new_session = 0, do_wait; in check_tape() local
1066 do_wait = ((filp->f_flags & O_NONBLOCK) == 0); in check_tape()
1067 retval = test_ready(STp, do_wait); in check_tape()
1203 if (do_wait && in check_tape()
/Linux-v6.6/fs/ntfs/
Daops.c1195 do_wait: in ntfs_write_mst_block()
1245 goto do_wait; in ntfs_write_mst_block()