Home
last modified time | relevance | path

Searched refs:futex2_wake (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/futex/functional/
H A Dfutex_numa_mpol.c92 ret = futex2_wake(futex_ptr, to_wake, futex_flags); in __test_futex()
96 ksft_exit_fail_msg("futex2_wake(%d, 0x%x) should fail, but didn't\n", in __test_futex()
100 ksft_exit_fail_msg("futex2_wake(%d, 0x%x) expected error was %d, but returned %d (%s)\n", in __test_futex()
106 ksft_exit_fail_msg("Failed futex2_wake(%d, 0x%x): %m\n", in __test_futex()
200 ret = futex2_wake(futex_ptr, 0, FUTEX2_SIZE_U32 | FUTEX_PRIVATE_FLAG | FUTEX2_NUMA | FUTEX2_MPOL); in TEST()
H A Dfutex_numa.c88 int woken = futex2_wake(lock, 1, fflags); in futex_numa_32_unlock()
/linux/tools/testing/selftests/futex/include/
H A Dfutex2test.h95 static inline int futex2_wake(void *uaddr, int nr, unsigned int flags) in futex2_wake() function