Home
last modified time | relevance | path

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

/linux-4.19.296/lib/
Drhashtable.c59 spinlock_t *lock = rht_bucket_lock(tbl, hash); in lockdep_rht_bucket_is_held()
253 new_bucket_lock = rht_bucket_lock(new_tbl, new_hash); in rhashtable_rehash_one()
277 old_bucket_lock = rht_bucket_lock(old_tbl, old_hash); in rhashtable_rehash_chain()
595 lock = rht_bucket_lock(tbl, hash); in rhashtable_try_insert()
613 spin_lock_nested(rht_bucket_lock(tbl, hash), in rhashtable_try_insert()
621 spin_unlock(rht_bucket_lock(tbl, hash)); in rhashtable_try_insert()
/linux-4.19.296/include/linux/
Drhashtable.h212 static inline spinlock_t *rht_bucket_lock(const struct bucket_table *tbl, in rht_bucket_lock() function
595 lock = rht_bucket_lock(tbl, hash); in __rhashtable_insert_fast()
883 lock = rht_bucket_lock(tbl, hash); in __rhashtable_remove_fast_one()
1035 lock = rht_bucket_lock(tbl, hash); in __rhashtable_replace_fast()