Searched refs:__futex_hash (Results 1 – 1 of 1) sorted by relevance
| /linux/kernel/futex/ |
| H A D | core.c | 128 __futex_hash(union futex_key *key, struct futex_private_hash *fph, struct futex_private_hash **fph_… 184 hb_new = __futex_hash(&this->key, new, NULL); in futex_rehash_private() 271 hb = __futex_hash(key, NULL, &fph); in futex_hash() 284 return (struct futex_bucket_ref){ .hb = __futex_hash(key, NULL, NULL), .fph = NULL }; in futex_hash() 372 __futex_hash(union futex_key *key, struct futex_private_hash *fph, struct futex_private_hash **fph_… in __futex_hash() function
|