Home
last modified time | relevance | path

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

/linux-4.1.27/lib/
Drhashtable.c53 spinlock_t *lock = rht_bucket_lock(tbl, hash); in lockdep_rht_bucket_is_held()
184 new_bucket_lock = rht_bucket_lock(new_tbl, new_hash); in rhashtable_rehash_one()
210 old_bucket_lock = rht_bucket_lock(old_tbl, old_hash); in rhashtable_rehash_chain()
445 spin_lock_nested(rht_bucket_lock(tbl, hash), SINGLE_DEPTH_NESTING); in rhashtable_insert_slow()
471 spin_unlock(rht_bucket_lock(tbl, hash)); in rhashtable_insert_slow()
/linux-4.1.27/include/linux/
Drhashtable.h317 static inline spinlock_t *rht_bucket_lock(const struct bucket_table *tbl, in rht_bucket_lock() function
589 lock = rht_bucket_lock(tbl, hash); in __rhashtable_insert_fast()
752 lock = rht_bucket_lock(tbl, hash); in __rhashtable_remove_fast()