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.