Searched refs:timeout (Results 1 - 3 of 3) sorted by last modified time

/ipc/
H A Dcompat.c751 const struct compat_timespec __user *, timeout)
754 if (compat_convert_timespec(&ts64, timeout))
H A Dmqueue.c566 ktime_t *timeout, struct ext_wait_queue *ewp)
577 time = schedule_hrtimeout_range_clock(timeout, 0,
964 ktime_t expires, *timeout = NULL; local
973 timeout = &expires;
979 audit_mq_sendrecv(mqdes, msg_len, msg_prio, timeout ? &ts : NULL);
1042 ret = wq_sleep(info, SEND, timeout, &wait);
1084 ktime_t expires, *timeout = NULL; local
1092 timeout = &expires;
1095 audit_mq_sendrecv(mqdes, msg_len, 0, timeout ? &ts : NULL);
1148 ret = wq_sleep(info, RECV, timeout,
565 wq_sleep(struct mqueue_inode_info *info, int sr, ktime_t *timeout, struct ext_wait_queue *ewp) argument
[all...]
H A Dsem.c62 * - The synchronizations between wake-ups due to a timeout/signal and a
1776 unsigned, nsops, const struct timespec __user *, timeout)
1804 if (timeout) {
1806 if (copy_from_user(&_timeout, timeout, sizeof(*timeout))) {
1941 if (timeout)
1988 if (timeout && jiffies_left == 0)

Completed in 9 milliseconds