Lines Matching refs:bucket_table

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()
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()
211 static struct bucket_table *rhashtable_last_table(struct rhashtable *ht, in rhashtable_last_table()
212 struct bucket_table *tbl) in rhashtable_last_table()
214 struct bucket_table *new_tbl; in rhashtable_last_table()
228 struct bucket_table *old_tbl = rht_dereference(ht->tbl, ht); in rhashtable_rehash_one()
229 struct bucket_table *new_tbl = rhashtable_last_table(ht, old_tbl); in rhashtable_rehash_one()
277 struct bucket_table *old_tbl = rht_dereference(ht->tbl, ht); in rhashtable_rehash_chain()
296 struct bucket_table *old_tbl, in rhashtable_rehash_attach()
297 struct bucket_table *new_tbl) in rhashtable_rehash_attach()
305 if (cmpxchg((struct bucket_table **)&old_tbl->future_tbl, NULL, in rhashtable_rehash_attach()
314 struct bucket_table *old_tbl = rht_dereference(ht->tbl, ht); in rhashtable_rehash_table()
315 struct bucket_table *new_tbl; in rhashtable_rehash_table()
352 struct bucket_table *old_tbl, in rhashtable_rehash_alloc()
355 struct bucket_table *new_tbl; in rhashtable_rehash_alloc()
389 struct bucket_table *old_tbl = rht_dereference(ht->tbl, ht); in rhashtable_shrink()
410 struct bucket_table *tbl; in rht_deferred_worker()
440 struct bucket_table *tbl) in rhashtable_insert_rehash()
442 struct bucket_table *old_tbl; in rhashtable_insert_rehash()
443 struct bucket_table *new_tbl; in rhashtable_insert_rehash()
489 struct bucket_table *tbl, unsigned int hash, in rhashtable_lookup_one()
538 static struct bucket_table *rhashtable_insert_one( in rhashtable_insert_one()
540 struct bucket_table *tbl, unsigned int hash, struct rhash_head *obj, in rhashtable_insert_one()
543 struct bucket_table *new_tbl; in rhashtable_insert_one()
590 struct bucket_table *new_tbl; in rhashtable_try_insert()
591 struct bucket_table *tbl; in rhashtable_try_insert()
789 struct bucket_table *tbl = iter->walker.tbl; in __rhashtable_walk_find_next()
934 struct bucket_table *tbl = iter->walker.tbl; in rhashtable_walk_stop()
1018 struct bucket_table *tbl; in rhashtable_init()
1134 struct bucket_table *tbl, *next_tbl; in rhashtable_free_and_destroy()
1175 const struct bucket_table *tbl, unsigned int hash) in __rht_bucket_nested()
1204 const struct bucket_table *tbl, unsigned int hash) in rht_bucket_nested()
1215 struct rhashtable *ht, struct bucket_table *tbl, unsigned int hash) in rht_bucket_nested_insert()