Home
last modified time | relevance | path

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

/linux/tools/perf/bench/
H A Dfutex.c33 char *futex_hash_mode; in futex_print_nbuckets() local
48 ret = asprintf(&futex_hash_mode, "Futex hashing: global hash"); in futex_print_nbuckets()
50 ret = asprintf(&futex_hash_mode, "Futex hashing: %d hash buckets", in futex_print_nbuckets()
54 ret = asprintf(&futex_hash_mode, "Futex hashing: global hash"); in futex_print_nbuckets()
56 ret = asprintf(&futex_hash_mode, "Futex hashing: auto resized to %d buckets", in futex_print_nbuckets()
62 printf("%s\n", futex_hash_mode); in futex_print_nbuckets()
63 free(futex_hash_mode); in futex_print_nbuckets()