Searched refs:rht_ptr (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Drhashtable.h369 * rht_ptr() dereferences in a context where the bucket is locked.
379 static inline struct rhash_head *rht_ptr( function
434 rht_for_each_from(pos, rht_ptr(rht_bucket(tbl, hash), tbl, hash), \
461 rht_ptr(rht_bucket(tbl, hash), tbl, hash), \
477 for (pos = rht_ptr(rht_bucket(tbl, hash), tbl, hash), \
741 rht_for_each_from(head, rht_ptr(bkt, tbl, hash), tbl, hash) {
786 head = rht_ptr(bkt, tbl, hash);
1014 rht_for_each_from(he, rht_ptr(bkt, tbl, hash), tbl, hash) {
1174 rht_for_each_from(he, rht_ptr(bkt, tbl, hash), tbl, hash) {
/linux-master/lib/
H A Drhashtable.c241 rht_for_each_from(entry, rht_ptr(bkt, old_tbl, old_hash),
260 head = rht_ptr(new_tbl->buckets + new_hash, new_tbl, new_hash);
504 rht_for_each_from(head, rht_ptr(bkt, tbl, hash), tbl, hash) {
568 head = rht_ptr(bkt, tbl, hash);

Completed in 79 milliseconds