Searched refs:futex_hash (Results 1 - 5 of 5) sorted by relevance

/linux-master/kernel/futex/
H A Dwaitwake.c173 hb = futex_hash(&key);
270 hb1 = futex_hash(&key1);
271 hb2 = futex_hash(&key2);
H A Dcore.c47 * (after initialization only in futex_hash()), so ensure that they
110 * futex_hash - Return the hash bucket in the global hash
116 struct futex_hash_bucket *futex_hash(union futex_key *key) function
531 hb = futex_hash(&q->key);
985 hb = futex_hash(&key);
H A Drequeue.c446 hb1 = futex_hash(&key1);
447 hb2 = futex_hash(&key2);
H A Dfutex.h203 extern struct futex_hash_bucket *futex_hash(union futex_key *key);
H A Dpi.c1136 hb = futex_hash(&key);

Completed in 154 milliseconds