Lines Matching refs:hb1
74 void requeue_futex(struct futex_q *q, struct futex_hash_bucket *hb1, in requeue_futex() argument
82 if (likely(&hb1->chain != &hb2->chain)) { in requeue_futex()
83 plist_del(&q->list, &hb1->chain); in requeue_futex()
84 futex_hb_waiters_dec(hb1); in requeue_futex()
267 futex_proxy_trylock_atomic(u32 __user *pifutex, struct futex_hash_bucket *hb1, in futex_proxy_trylock_atomic() argument
290 top_waiter = futex_top_waiter(hb1, key1); in futex_proxy_trylock_atomic()
370 struct futex_hash_bucket *hb1, *hb2; in futex_requeue() local
442 hb1 = futex_hash(&key1); in futex_requeue()
447 double_lock_hb(hb1, hb2); in futex_requeue()
455 double_unlock_hb(hb1, hb2); in futex_requeue()
484 ret = futex_proxy_trylock_atomic(uaddr2, hb1, hb2, &key1, in futex_requeue()
541 double_unlock_hb(hb1, hb2); in futex_requeue()
555 double_unlock_hb(hb1, hb2); in futex_requeue()
570 plist_for_each_entry_safe(this, next, &hb1->chain, list) { in futex_requeue()
596 requeue_futex(this, hb1, hb2, &key2); in futex_requeue()
644 requeue_futex(this, hb1, hb2, &key2); in futex_requeue()
673 double_unlock_hb(hb1, hb2); in futex_requeue()