Home
last modified time | relevance | path

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

/linux/kernel/futex/
H A Dcore.c203 struct futex_hash_bucket *hb_old, *hb_new; in futex_rehash_private() local
210 hb_old = &old->queues[i]; in futex_rehash_private()
212 spin_lock(&hb_old->lock); in futex_rehash_private()
213 plist_for_each_entry_safe(this, tmp, &hb_old->chain, list) { in futex_rehash_private()
215 plist_del(&this->list, &hb_old->chain); in futex_rehash_private()
216 futex_hb_waiters_dec(hb_old); in futex_rehash_private()
218 WARN_ON_ONCE(this->lock_ptr != &hb_old->lock); in futex_rehash_private()
231 spin_unlock(&hb_old->lock); in futex_rehash_private()