Scroll to navigation

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

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

March 2017 Kernel Hackers Manual 4.10