Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/futex/functional/
H A Dfutex_priv_hash.c136 int futex_slots1, futex_slotsn, online_cpus; in TEST() local
161 futex_slots1 = futex_hash_slots_get(); in TEST()
162 if (futex_slots1 <= 0) { in TEST()
163 ksft_print_msg("Current hash buckets: %d\n", futex_slots1); in TEST()
190 if (futex_slotsn < 0 || futex_slots1 == futex_slotsn) { in TEST()
207 futex_slots1, futex_slotsn); in TEST()