Searched refs:hb_new (Results 1 – 1 of 1) sorted by relevance
203 struct futex_hash_bucket *hb_old, *hb_new; in futex_rehash_private() local220 hb_new = __futex_hash(&this->key, new); in futex_rehash_private()221 futex_hb_waiters_inc(hb_new); in futex_rehash_private()226 spin_lock_nested(&hb_new->lock, SINGLE_DEPTH_NESTING); in futex_rehash_private()227 plist_add(&this->list, &hb_new->chain); in futex_rehash_private()228 this->lock_ptr = &hb_new->lock; in futex_rehash_private()229 spin_unlock(&hb_new->lock); in futex_rehash_private()