other versions
HASH_FUTEX(9) | Futex API reference | HASH_FUTEX(9) |
NAME¶
hash_futex - Return the hash bucket in the global hash
SYNOPSIS¶
struct futex_hash_bucket * hash_futex(union futex_key * key);
ARGUMENTS¶
union futex_key * key
Pointer to the futex key for which the hash is
calculated
DESCRIPTION¶
We hash on the keys returned from get_futex_key (see below) and return the corresponding hash bucket in the global hash.
AUTHOR¶
Rusty Russell <rusty@rustcorp.com.au>
Author.
COPYRIGHT¶
June 2017 | Kernel Hackers Manual 4.11 |