Searched refs:hb_new (Results 1 – 1 of 1) sorted by relevance
168 struct futex_hash_bucket *hb_old, *hb_new; in futex_rehash_private() local184 hb_new = __futex_hash(&this->key, new, NULL); in futex_rehash_private()185 futex_hb_waiters_inc(hb_new); in futex_rehash_private()190 spin_lock_nested(&hb_new->lock, SINGLE_DEPTH_NESTING); in futex_rehash_private()191 plist_add(&this->list, &hb_new->chain); in futex_rehash_private()192 this->lock_ptr = &hb_new->lock; in futex_rehash_private()193 spin_unlock(&hb_new->lock); in futex_rehash_private()