Lines Matching defs:tbl

144 	struct bucket_table __rcu	*tbl;  member
161 struct bucket_table *tbl; member
204 static inline unsigned int rht_bucket_index(const struct bucket_table *tbl, in rht_bucket_index()
211 struct rhashtable *ht, const struct bucket_table *tbl, in rht_key_hashfn()
242 struct rhashtable *ht, const struct bucket_table *tbl, in rht_head_hashfn()
260 const struct bucket_table *tbl) in rht_grow_above_75()
273 const struct bucket_table *tbl) in rht_shrink_below_30()
286 const struct bucket_table *tbl) in rht_grow_above_100()
298 const struct bucket_table *tbl) in rht_grow_above_max()
317 static inline spinlock_t *rht_bucket_lock(const struct bucket_table *tbl, in rht_bucket_lock()
332 static inline int lockdep_rht_bucket_is_held(const struct bucket_table *tbl, in lockdep_rht_bucket_is_held()
364 #define rht_dereference_bucket(p, tbl, hash) \ argument
367 #define rht_dereference_bucket_rcu(p, tbl, hash) \ argument
380 #define rht_for_each_continue(pos, head, tbl, hash) \ argument
391 #define rht_for_each(pos, tbl, hash) \ argument
403 #define rht_for_each_entry_continue(tpos, pos, head, tbl, hash, member) \ argument
416 #define rht_for_each_entry(tpos, pos, tbl, hash, member) \ argument
432 #define rht_for_each_entry_safe(tpos, pos, next, tbl, hash, member) \ argument
452 #define rht_for_each_rcu_continue(pos, head, tbl, hash) \ argument
468 #define rht_for_each_rcu(pos, tbl, hash) \ argument
484 #define rht_for_each_entry_rcu_continue(tpos, pos, head, tbl, hash, member) \ argument
502 #define rht_for_each_entry_rcu(tpos, pos, tbl, hash, member) \ argument
534 const struct bucket_table *tbl; in rhashtable_lookup_fast() local
572 struct bucket_table *tbl, *new_tbl; in __rhashtable_insert_fast() local
742 struct rhashtable *ht, struct bucket_table *tbl, in __rhashtable_remove_fast()
792 struct bucket_table *tbl; in rhashtable_remove_fast() local