Home
last modified time | relevance | path

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

/linux/kernel/
H A Dexit.c1425 * Handle do_wait work for one task in a live, non-stopped state. in wait_task_continued()
1586 * Do the work of do_wait() for one thread in the group, @tsk. in ptrace_do_wait()
1739 static long do_wait(struct wait_opts *wo) in kernel_waitid_prepare()
1834 ret = do_wait(&wo); in SYSCALL_DEFINE5()
1910 ret = do_wait(&wo); in SYSCALL_DEFINE4()
1927 ret = do_wait(&wo); in SYSCALL_DEFINE3()
1711 static long do_wait(struct wait_opts *wo) do_wait() function
/linux/drivers/scsi/
H A Dst.c609 int bytes, int direction, int timeout, int retries, int do_wait) in st_do_scsi() argument
616 if (!do_wait && ((STp->buffer)->last_SRpnt)) { in st_do_scsi()
634 if (!do_wait) in st_do_scsi()
663 } else if (do_wait) { in st_do_scsi()
979 static int test_ready(struct scsi_tape *STp, int do_wait) in test_ready() argument
988 max_wait = do_wait ? ST_BLOCK_SECONDS : 0; in test_ready()
1071 int i, retval, new_session = 0, do_wait; in check_tape() local
1093 do_wait = ((filp->f_flags & O_NONBLOCK) == 0); in check_tape()
1094 retval = test_ready(STp, do_wait); in check_tape()
1230 if (do_wait && in check_tape()