Home
last modified time | relevance | path

Searched refs:__futex_hash (Results 1 – 1 of 1) sorted by relevance

/linux/kernel/futex/
H A Dcore.c127 __futex_hash(union futex_key *key, struct futex_private_hash *fph);
220 hb_new = __futex_hash(&this->key, new); in futex_rehash_private()
309 hb = __futex_hash(key, NULL); in futex_hash()
329 return __futex_hash(key, NULL); in futex_hash()
415 __futex_hash(union futex_key *key, struct futex_private_hash *fph) in __futex_hash() function