Lines Matching refs:key1
81 * If key1 and key2 hash to the same bucket, no need to
259 * @key1: the from futex key
282 struct futex_hash_bucket *hb2, union futex_key *key1,
304 top_waiter = futex_top_waiter(hb1, key1);
386 union futex_key key1 = FUTEX_KEY_INIT, key2 = FUTEX_KEY_INIT;
445 ret = get_futex_key(uaddr1, flags1, &key1, FUTEX_READ);
457 if (requeue_pi && futex_match(&key1, &key2))
462 CLASS(hbr, hbr1)(&key1);
505 ret = futex_proxy_trylock_atomic(uaddr2, hb1, hb2, &key1,
595 if (!futex_match(&this->key, &key1))