hash_futex (9) - Linux Manuals
hash_futex: Return the hash bucket in the global hash
NAME
hash_futex - Return the hash bucket in the global hash
SYNOPSIS
-
struct futex_hash_bucket * hash_futex(union futex_key
* key);
ARGUMENTS
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 [at] rustcorp.com.au>
- Author.
COPYRIGHT