Searched refs:FUTEX_WAIT_BITSET (Results 1 - 5 of 5) sorted by relevance

/linux-master/tools/perf/trace/beauty/
H A Dfutex_op.c4 #ifndef FUTEX_WAIT_BITSET
5 #define FUTEX_WAIT_BITSET 9 macro
/linux-master/include/uapi/linux/
H A Dfutex.h20 #define FUTEX_WAIT_BITSET 9 macro
39 #define FUTEX_WAIT_BITSET_PRIVATE (FUTEX_WAIT_BITSET | FUTEX_PRIVATE_FLAG)
/linux-master/tools/testing/selftests/futex/include/
H A Dfutextest.h29 #ifndef FUTEX_WAIT_BITSET
30 #define FUTEX_WAIT_BITSET 9 macro
101 return futex(uaddr, FUTEX_WAIT_BITSET, val, timeout, NULL, bitset,
/linux-master/tools/testing/selftests/timens/
H A Dfutex.c22 int futex_op = FUTEX_WAIT_BITSET;
/linux-master/kernel/futex/
H A Dsyscalls.c91 if (cmd != FUTEX_WAIT_BITSET &&
101 case FUTEX_WAIT_BITSET:
139 case FUTEX_WAIT_BITSET:
251 * FUTEX_WAIT_BITSET that uses absolute timeout as well
253 ret = futex_init_timeout(FUTEX_WAIT_BITSET, flag_init, &ts, &time);
366 * Identical to the traditional FUTEX_WAIT_BITSET op, except it is part of the

Completed in 184 milliseconds