Searched refs:hb_old (Results 1 – 1 of 1) sorted by relevance
168 struct futex_hash_bucket *hb_old, *hb_new; in futex_rehash_private() local175 hb_old = &old->queues[i]; in futex_rehash_private()177 spin_lock(&hb_old->lock); in futex_rehash_private()178 plist_for_each_entry_safe(this, tmp, &hb_old->chain, list) { in futex_rehash_private()179 plist_del(&this->list, &hb_old->chain); in futex_rehash_private()180 futex_hb_waiters_dec(hb_old); in futex_rehash_private()182 WARN_ON_ONCE(this->lock_ptr != &hb_old->lock); in futex_rehash_private()195 spin_unlock(&hb_old->lock); in futex_rehash_private()