Searched refs:rht_bucket (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/include/linux/ |
| D | rhashtable.h | 287 static inline struct rhash_lock_head *const *rht_bucket( in rht_bucket() function 433 rht_for_each_from(pos, rht_ptr(rht_bucket(tbl, hash), tbl, hash), \ 460 rht_ptr(rht_bucket(tbl, hash), tbl, hash), \ 476 for (pos = rht_ptr(rht_bucket(tbl, hash), tbl, hash), \ 513 pos = rht_ptr_rcu(rht_bucket(tbl, hash)); \ 550 rht_ptr_rcu(rht_bucket(tbl, hash)), \ 604 bkt = rht_bucket(tbl, hash); in __rhashtable_lookup()
|
| /Linux-v5.4/lib/ |
| D | rhashtable.c | 1140 for (pos = rht_ptr_exclusive(rht_bucket(tbl, i)), in rhashtable_free_and_destroy()
|