Home
last modified time | relevance | path

Searched refs:bucket_table (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/lib/
Drhashtable.c38 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()
67 const struct bucket_table *tbl) in nested_table_top()
94 static void nested_bucket_table_free(const struct bucket_table *tbl) in nested_bucket_table_free()
109 static void bucket_table_free(const struct bucket_table *tbl) in bucket_table_free()
119 bucket_table_free(container_of(head, struct bucket_table, rcu)); in bucket_table_free_rcu()
147 static struct bucket_table *nested_bucket_table_alloc(struct rhashtable *ht, in nested_bucket_table_alloc()
152 struct bucket_table *tbl; in nested_bucket_table_alloc()
175 static struct bucket_table *bucket_table_alloc(struct rhashtable *ht, in bucket_table_alloc()
179 struct bucket_table *tbl = NULL; in bucket_table_alloc()
[all …]
Dtest_rhashtable.c474 const struct bucket_table *tbl; in print_ht()
/linux-6.1.9/include/linux/
Drhashtable.h76 struct bucket_table { struct
83 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 …]
Drhashtable-types.h26 struct bucket_table;
82 struct bucket_table __rcu *tbl;
108 struct bucket_table *tbl;
/linux-6.1.9/fs/nfsd/
Dfilecache.c1262 struct bucket_table *tbl; in nfsd_file_cache_stats_show()