Lines Matching refs:bucket_table
36 const struct bucket_table *tbl, in head_hashfn()
51 int lockdep_rht_bucket_is_held(const struct bucket_table *tbl, u32 hash) in lockdep_rht_bucket_is_held()
63 static int alloc_bucket_locks(struct rhashtable *ht, struct bucket_table *tbl, in alloc_bucket_locks()
98 static void bucket_table_free(const struct bucket_table *tbl) in bucket_table_free()
108 bucket_table_free(container_of(head, struct bucket_table, rcu)); in bucket_table_free_rcu()
111 static struct bucket_table *bucket_table_alloc(struct rhashtable *ht, in bucket_table_alloc()
115 struct bucket_table *tbl = NULL; in bucket_table_alloc()
145 static struct bucket_table *rhashtable_last_table(struct rhashtable *ht, in rhashtable_last_table()
146 struct bucket_table *tbl) in rhashtable_last_table()
148 struct bucket_table *new_tbl; in rhashtable_last_table()
160 struct bucket_table *old_tbl = rht_dereference(ht->tbl, ht); in rhashtable_rehash_one()
161 struct bucket_table *new_tbl = rhashtable_last_table(ht, in rhashtable_rehash_one()
207 struct bucket_table *old_tbl = rht_dereference(ht->tbl, ht); in rhashtable_rehash_chain()
220 struct bucket_table *old_tbl, in rhashtable_rehash_attach()
221 struct bucket_table *new_tbl) in rhashtable_rehash_attach()
247 struct bucket_table *old_tbl = rht_dereference(ht->tbl, ht); in rhashtable_rehash_table()
248 struct bucket_table *new_tbl; in rhashtable_rehash_table()
293 struct bucket_table *new_tbl, *old_tbl = rht_dereference(ht->tbl, ht); in rhashtable_expand()
329 struct bucket_table *new_tbl, *old_tbl = rht_dereference(ht->tbl, ht); in rhashtable_shrink()
359 struct bucket_table *tbl; in rht_deferred_worker()
382 struct bucket_table *tbl, in rhashtable_check_elasticity()
397 struct bucket_table *old_tbl; in rhashtable_insert_rehash()
398 struct bucket_table *new_tbl; in rhashtable_insert_rehash()
399 struct bucket_table *tbl; in rhashtable_insert_rehash()
437 struct bucket_table *tbl) in rhashtable_insert_slow()
584 struct bucket_table *tbl = iter->walker->tbl; in rhashtable_walk_next()
642 struct bucket_table *tbl = iter->walker->tbl; in rhashtable_walk_stop()
720 struct bucket_table *tbl; in rhashtable_init()
817 const struct bucket_table *tbl; in rhashtable_free_and_destroy()