Searched refs:bucket_table (Results 1 – 8 of 8) sorted by relevance
/linux/lib/ |
H A 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() 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() 148 static struct bucket_table *nested_bucket_table_alloc(struct rhashtable *ht, in nested_bucket_table_alloc() 153 struct bucket_table *tbl; in nested_bucket_table_alloc() 177 static struct bucket_table *bucket_table_alloc(struct rhashtable *ht, in bucket_table_alloc() 181 struct bucket_table *tbl = NULL; in bucket_table_alloc() [all …]
|
H A D | test_rhashtable.c | 473 const struct bucket_table *tbl; in print_ht()
|
/linux/include/linux/ |
H A D | rhashtable.h | 76 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 …]
|
/linux/fs/bcachefs/ |
H A D | btree_key_cache.c | 177 struct bucket_table *tbl; in bkey_cached_reuse() 598 struct bucket_table *tbl; in bch2_btree_key_cache_scan() 694 struct bucket_table *tbl; in bch2_fs_btree_key_cache_exit()
|
H A D | debug.c | 512 struct bucket_table *tbl; in bch2_cached_btree_nodes_read()
|
H A D | fs.c | 222 struct bucket_table *tbl = rht_dereference_rcu(ht->tbl, ht); in bch2_inode_or_descendents_is_open()
|
H A D | btree_io.c | 2305 struct bucket_table *tbl; in __bch2_btree_flush_all()
|
/linux/fs/nfsd/ |
H A D | filecache.c | 1297 struct bucket_table *tbl; in nfsd_file_cache_stats_show()
|