Lines Matching defs:tbl

145 	struct bucket_table __rcu	*tbl;  member
162 struct bucket_table *tbl; member
205 static inline unsigned int rht_bucket_index(const struct bucket_table *tbl, in rht_bucket_index()
212 struct rhashtable *ht, const struct bucket_table *tbl, in rht_key_hashfn()
243 struct rhashtable *ht, const struct bucket_table *tbl, in rht_head_hashfn()
261 const struct bucket_table *tbl) in rht_grow_above_75()
274 const struct bucket_table *tbl) in rht_shrink_below_30()
287 const struct bucket_table *tbl) in rht_grow_above_100()
299 const struct bucket_table *tbl) in rht_grow_above_max()
318 static inline spinlock_t *rht_bucket_lock(const struct bucket_table *tbl, in rht_bucket_lock()
333 static inline int lockdep_rht_bucket_is_held(const struct bucket_table *tbl, in lockdep_rht_bucket_is_held()
366 #define rht_dereference_bucket(p, tbl, hash) \ argument
369 #define rht_dereference_bucket_rcu(p, tbl, hash) \ argument
382 #define rht_for_each_continue(pos, head, tbl, hash) \ argument
393 #define rht_for_each(pos, tbl, hash) \ argument
405 #define rht_for_each_entry_continue(tpos, pos, head, tbl, hash, member) \ argument
418 #define rht_for_each_entry(tpos, pos, tbl, hash, member) \ argument
434 #define rht_for_each_entry_safe(tpos, pos, next, tbl, hash, member) \ argument
454 #define rht_for_each_rcu_continue(pos, head, tbl, hash) \ argument
470 #define rht_for_each_rcu(pos, tbl, hash) \ argument
486 #define rht_for_each_entry_rcu_continue(tpos, pos, head, tbl, hash, member) \ argument
504 #define rht_for_each_entry_rcu(tpos, pos, tbl, hash, member) \ argument
536 const struct bucket_table *tbl; in rhashtable_lookup_fast() local
574 struct bucket_table *tbl, *new_tbl; in __rhashtable_insert_fast() local
746 struct rhashtable *ht, struct bucket_table *tbl, in __rhashtable_remove_fast()
796 struct bucket_table *tbl; in rhashtable_remove_fast() local