Lines Matching defs:timeout
53 * @timeout: typically an absolute struct tst_ts (except where noted
62 * some of the types over overloaded (timeout is used for nr_requeue for
69 int futex_op, futex_t val, void *timeout,
79 return func((int *)uaddr, futex_op | opflags, val, timeout, (int *)uaddr2, val3);
83 * futex_wait() - block on uaddr with optional timeout
84 * @timeout: relative timeout
88 struct tst_ts *timeout, int opflags)
91 tst_ts_get(timeout), NULL, 0, opflags);
111 struct tst_ts *timeout, u_int32_t bitset, int opflags)
114 tst_ts_get(timeout), NULL, bitset, opflags);
134 futex_lock_pi(enum futex_fn_type fntype, futex_t *uaddr, struct tst_ts *timeout,
138 tst_ts_get(timeout), NULL, 0, opflags);
203 futex_t *uaddr2, struct tst_ts *timeout, int opflags)
206 tst_ts_get(timeout), uaddr2, 0, opflags);