Home
last modified time | relevance | path

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

/openbmc/linux/kernel/
H A Dexit.c1584 static long do_wait(struct wait_opts *wo) in do_wait() function
1703 ret = do_wait(&wo); in kernel_waitid()
1779 ret = do_wait(&wo); in kernel_wait4()
1796 ret = do_wait(&wo); in kernel_wait()
/openbmc/linux/drivers/scsi/
H A 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()
969 static int test_ready(struct scsi_tape *STp, int do_wait) in test_ready() argument
977 max_wait = do_wait ? ST_BLOCK_SECONDS : 0; in test_ready()
1050 int i, retval, new_session = 0, do_wait; in check_tape() local
1072 do_wait = ((filp->f_flags & O_NONBLOCK) == 0); in check_tape()
1073 retval = test_ready(STp, do_wait); in check_tape()
1209 if (do_wait && in check_tape()
/openbmc/linux/fs/ntfs/
H A Daops.c1195 do_wait: in ntfs_write_mst_block()
1245 goto do_wait; in ntfs_write_mst_block()
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0001-ffmpeg-5.1.4-rpi_24.patch9793 +static inline int do_wait(sem_t *const sem)
9848 + if (do_wait(&mp->sem))
10225 + if (do_wait(&bp->free_sem))