Home
last modified time | relevance | path

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

/linux/tools/perf/bench/
H A Dfutex.c12 # define PR_FUTEX_HASH_SET_SLOTS 1 macro
23 ret = prctl(PR_FUTEX_HASH, PR_FUTEX_HASH_SET_SLOTS, params->nbuckets, 0); in futex_set_nbuckets_param()
/linux/tools/testing/selftests/futex/functional/
H A Dfutex_priv_hash.c28 # define PR_FUTEX_HASH_SET_SLOTS 1 macro
34 return prctl(PR_FUTEX_HASH, PR_FUTEX_HASH_SET_SLOTS, slots, 0); in futex_hash_slots_set()
/linux/tools/include/uapi/linux/
H A Dprctl.h374 # define PR_FUTEX_HASH_SET_SLOTS 1 macro
/linux/include/uapi/linux/
H A Dprctl.h386 # define PR_FUTEX_HASH_SET_SLOTS 1 macro
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dprctl.h386 # define PR_FUTEX_HASH_SET_SLOTS 1 macro
/linux/kernel/futex/
H A Dcore.c1955 case PR_FUTEX_HASH_SET_SLOTS: in futex_hash_prctl()