Searched refs:futex_hash_mode (Results 1 – 1 of 1) sorted by relevance
32 char *futex_hash_mode; in futex_print_nbuckets() local47 ret = asprintf(&futex_hash_mode, "Futex hashing: global hash"); in futex_print_nbuckets()49 ret = asprintf(&futex_hash_mode, "Futex hashing: %d hash buckets", in futex_print_nbuckets()53 ret = asprintf(&futex_hash_mode, "Futex hashing: global hash"); in futex_print_nbuckets()55 ret = asprintf(&futex_hash_mode, "Futex hashing: auto resized to %d buckets", in futex_print_nbuckets()61 printf("%s\n", futex_hash_mode); in futex_print_nbuckets()62 free(futex_hash_mode); in futex_print_nbuckets()
Completed in 15 milliseconds