Searched refs:bucket_table (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.4/lib/ | 
| D | rhashtable.c | 38 		       const struct bucket_table *tbl,  in head_hashfn()53 int lockdep_rht_bucket_is_held(const struct bucket_table *tbl, u32 hash)  in lockdep_rht_bucket_is_held()
 85 static void nested_bucket_table_free(const struct bucket_table *tbl)  in nested_bucket_table_free()
 100 static void bucket_table_free(const struct bucket_table *tbl)  in bucket_table_free()
 110 	bucket_table_free(container_of(head, struct bucket_table, rcu));  in bucket_table_free_rcu()
 138 static struct bucket_table *nested_bucket_table_alloc(struct rhashtable *ht,  in nested_bucket_table_alloc()
 143 	struct bucket_table *tbl;  in nested_bucket_table_alloc()
 166 static struct bucket_table *bucket_table_alloc(struct rhashtable *ht,  in bucket_table_alloc()
 170 	struct bucket_table *tbl = NULL;  in bucket_table_alloc()
 202 static struct bucket_table *rhashtable_last_table(struct rhashtable *ht,  in rhashtable_last_table()
 [all …]
 
 | 
| D | test_rhashtable.c | 488 	const struct bucket_table *tbl;  in print_ht()
 | 
| /Linux-v5.4/include/linux/ | 
| D | rhashtable.h | 76 struct bucket_table {  struct83 	struct bucket_table __rcu *future_tbl;  argument
 119 static inline unsigned int rht_bucket_index(const struct bucket_table *tbl,  in rht_bucket_index()
 156 	struct rhashtable *ht, const struct bucket_table *tbl,  in rht_key_hashfn()
 165 	struct rhashtable *ht, const struct bucket_table *tbl,  in rht_head_hashfn()
 183 				     const struct bucket_table *tbl)  in rht_grow_above_75()
 196 				       const struct bucket_table *tbl)  in rht_shrink_below_30()
 209 				      const struct bucket_table *tbl)  in rht_grow_above_100()
 221 				      const struct bucket_table *tbl)  in rht_grow_above_max()
 228 int lockdep_rht_bucket_is_held(const struct bucket_table *tbl, u32 hash);
 [all …]
 
 | 
| D | rhashtable-types.h | 26 struct bucket_table;82 	struct bucket_table __rcu	*tbl;
 108 	struct bucket_table *tbl;
 
 |