Lines Matching defs:val3
1203 * futex_func_wait(uaddr, cmpval@val, bitset@val3, timeout, clkid, clkflags,
1210 * For FUTEX_WAIT, bitset has all bits set and val3 is ignored.
1295 * futex_func_wake(uaddr, nwake@val, bitset@val3, retval)
1303 * For FUTEX_WAKE, bitset has all bits set and val3 is ignored.
1349 * cmpval@val3, retval)
1571 * futex_func_wake_op(uaddr, nwake@val, uaddr2, nwake2@val2, opcmp@val3,
1661 * do_futex(uaddr, op, val, timeout, uaddr2, val2, val3)
1668 int *uaddr2, int val2, int val3, register_t *retval)
1692 const int bitset = val3;
1700 const int cmpval = val3; /* ignored if op=FUTEX_REQUEUE */
1707 const int bitset = val3;
1715 const int opcmp = val3;
1742 syscallarg(int) val3;
1760 tsp, SCARG(uap, uaddr2), SCARG(uap, val2), SCARG(uap, val3),