Home
last modified time | relevance | path

Searched refs:hb2 (Results 1 – 1 of 1) sorted by relevance

/kernel/
Dfutex.c1631 double_lock_hb(struct futex_hash_bucket *hb1, struct futex_hash_bucket *hb2) in double_lock_hb() argument
1633 if (hb1 <= hb2) { in double_lock_hb()
1635 if (hb1 < hb2) in double_lock_hb()
1636 spin_lock_nested(&hb2->lock, SINGLE_DEPTH_NESTING); in double_lock_hb()
1638 spin_lock(&hb2->lock); in double_lock_hb()
1644 double_unlock_hb(struct futex_hash_bucket *hb1, struct futex_hash_bucket *hb2) in double_unlock_hb() argument
1647 if (hb1 != hb2) in double_unlock_hb()
1648 spin_unlock(&hb2->lock); in double_unlock_hb()
1759 struct futex_hash_bucket *hb1, *hb2; in futex_wake_op() local
1773 hb2 = hash_futex(&key2); in futex_wake_op()
[all …]