Searched refs:futex_match (Results 1 - 4 of 4) sorted by relevance

/linux-master/kernel/futex/
H A Drequeue.c306 if (!futex_match(top_waiter->requeue_pi_key, key2))
443 if (requeue_pi && futex_match(&key1, &key2))
578 if (!futex_match(&this->key, &key1))
605 if (!futex_match(this->requeue_pi_key, &key2)) {
816 if (futex_match(&q.key, &key2)) {
H A Dwaitwake.c182 if (futex_match (&this->key, &key)) {
302 if (futex_match (&this->key, &key1)) {
316 if (futex_match (&this->key, &key2)) {
H A Dfutex.h206 * futex_match - Check whether two futex keys are equal
212 static inline int futex_match(union futex_key *key1, union futex_key *key2) function
H A Dcore.c168 * It is important that futex_match() will never have a false-positive, esp.
447 if (futex_match(&this->key, key))

Completed in 125 milliseconds