Searched refs:rht_bucket (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/include/linux/ |
D | rhashtable.h | 277 static inline struct rhash_head __rcu *const *rht_bucket( in rht_bucket() function 317 rht_for_each_continue(pos, *rht_bucket(tbl, hash), tbl, hash) 342 rht_for_each_entry_continue(tpos, pos, *rht_bucket(tbl, hash), \ 358 for (pos = rht_dereference_bucket(*rht_bucket(tbl, hash), tbl, hash), \ 394 rht_for_each_rcu_continue(pos, *rht_bucket(tbl, hash), tbl, hash) 428 rht_for_each_entry_rcu_continue(tpos, pos, *rht_bucket(tbl, hash), \
|
/Linux-v4.19/lib/ |
D | rhashtable.c | 1151 for (pos = rht_dereference(*rht_bucket(tbl, i), ht), in rhashtable_free_and_destroy()
|