Searched refs:bucket_table (Results 1 – 5 of 5) 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 *tb 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() 149 struct rhashtable *ht, const struct bucket_table *tbl, in rht_key_hashfn() 158 struct rhashtable *ht, const struct bucket_table *tbl, in rht_head_hashfn() 176 const struct bucket_table *tbl) in rht_grow_above_75() 189 const struct bucket_table *tbl) in rht_shrink_below_30() 202 const struct bucket_table *tbl) in rht_grow_above_100() 214 const struct bucket_table *tbl) in rht_grow_above_max() 221 int lockdep_rht_bucket_is_held(const struct bucket_table *tbl, u32 hash); [all …]
|
| H A D | rhashtable-types.h | 27 struct bucket_table; 83 struct bucket_table __rcu *tbl; 112 struct bucket_table *tbl;
|
| /linux/fs/nfsd/ |
| H A D | filecache.c | 1394 struct bucket_table *tbl; in nfsd_file_cache_stats_show()
|