Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Drhashtable.h47 struct rhash_lock_head {}; struct
87 struct rhash_lock_head *buckets[] ____cacheline_aligned_in_smp;
264 struct rhash_lock_head **rht_bucket_nested(const struct bucket_table *tbl,
266 struct rhash_lock_head **__rht_bucket_nested(const struct bucket_table *tbl,
268 struct rhash_lock_head **rht_bucket_nested_insert(struct rhashtable *ht,
287 static inline struct rhash_lock_head *const *rht_bucket( in rht_bucket()
294 static inline struct rhash_lock_head **rht_bucket_var( in rht_bucket_var()
301 static inline struct rhash_lock_head **rht_bucket_insert( in rht_bucket_insert()
328 struct rhash_lock_head **bkt) in rht_lock()
336 struct rhash_lock_head **bucket, in rht_lock_nested()
[all …]
/Linux-v5.4/lib/
Drhashtable.c34 struct rhash_lock_head *bucket;
216 struct rhash_lock_head **bkt, in rhashtable_rehash_one()
269 struct rhash_lock_head **bkt = rht_bucket_var(old_tbl, old_hash); in rhashtable_rehash_chain()
479 struct rhash_lock_head **bkt, in rhashtable_lookup_one()
530 struct rhash_lock_head **bkt, in rhashtable_insert_one()
585 struct rhash_lock_head **bkt; in rhashtable_try_insert()
1167 struct rhash_lock_head **__rht_bucket_nested(const struct bucket_table *tbl, in __rht_bucket_nested()
1196 struct rhash_lock_head **rht_bucket_nested(const struct bucket_table *tbl, in rht_bucket_nested()
1199 static struct rhash_lock_head *rhnull; in rht_bucket_nested()
1207 struct rhash_lock_head **rht_bucket_nested_insert(struct rhashtable *ht, in rht_bucket_nested_insert()