Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Drhashtable.h286 static inline struct rhash_lock_head __rcu *const *rht_bucket( in rht_bucket() function
426 rht_for_each_from(pos, rht_ptr(rht_bucket(tbl, hash), tbl, hash), \
453 rht_ptr(rht_bucket(tbl, hash), tbl, hash), \
469 for (pos = rht_ptr(rht_bucket(tbl, hash), tbl, hash), \
506 pos = rht_ptr_rcu(rht_bucket(tbl, hash)); \
543 rht_ptr_rcu(rht_bucket(tbl, hash)), \
597 bkt = rht_bucket(tbl, hash); in __rhashtable_lookup()
/kernel/linux/linux-5.10/lib/
Drhashtable.c1147 for (pos = rht_ptr_exclusive(rht_bucket(tbl, i)), in rhashtable_free_and_destroy()