Searched refs:do_wait (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/kernel/ |
D | exit.c | 1477 static long do_wait(struct wait_opts *wo) in do_wait() function 1571 ret = do_wait(&wo); in SYSCALL_DEFINE5() 1630 ret = do_wait(&wo); in SYSCALL_DEFINE4()
|
/linux-4.4.14/drivers/scsi/ |
D | st.c | 592 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() 965 static int test_ready(struct scsi_tape *STp, int do_wait) in test_ready() argument 973 max_wait = do_wait ? ST_BLOCK_SECONDS : 0; in test_ready() 1041 int i, retval, new_session = 0, do_wait; in check_tape() local 1063 do_wait = ((filp->f_flags & O_NONBLOCK) == 0); in check_tape() 1064 retval = test_ready(STp, do_wait); in check_tape() 1200 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.4.14/fs/ntfs/ |
D | aops.c | 1210 do_wait: in ntfs_write_mst_block() 1260 goto do_wait; in ntfs_write_mst_block()
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
D | chip.c | 6267 int do_wait; in goto_offline() local 6274 do_wait = 0; /* ...no need to wait */ in goto_offline() 6277 do_wait = 1; /* ...wait for it to settle */ in goto_offline() 6280 do_wait = 1; /* ...will need to wait */ in goto_offline() 6298 if (do_wait) { in goto_offline()
|