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()
279 struct bucket_table *old_tbl = rht_dereference(ht->tbl, ht); in rhashtable_rehash_chain()
299 struct bucket_table *old_tbl, in rhashtable_rehash_attach()
300 struct bucket_table *new_tbl) in rhashtable_rehash_attach()
308 if (cmpxchg((struct bucket_table **)&old_tbl->future_tbl, NULL, in rhashtable_rehash_attach()
317 struct bucket_table *old_tbl = rht_dereference(ht->tbl, ht); in rhashtable_rehash_table()
318 struct bucket_table *new_tbl; in rhashtable_rehash_table()
355 struct bucket_table *old_tbl, in rhashtable_rehash_alloc()
358 struct bucket_table *new_tbl; in rhashtable_rehash_alloc()
392 struct bucket_table *old_tbl = rht_dereference(ht->tbl, ht); in rhashtable_shrink()
413 struct bucket_table *tbl; in rht_deferred_worker()
443 struct bucket_table *tbl) in rhashtable_insert_rehash()
445 struct bucket_table *old_tbl; in rhashtable_insert_rehash()
446 struct bucket_table *new_tbl; in rhashtable_insert_rehash()
492 struct bucket_table *tbl, unsigned int hash, in rhashtable_lookup_one()
541 static struct bucket_table *rhashtable_insert_one( in rhashtable_insert_one()
543 struct bucket_table *tbl, unsigned int hash, struct rhash_head *obj, in rhashtable_insert_one()
546 struct bucket_table *new_tbl; in rhashtable_insert_one()
593 struct bucket_table *new_tbl; in rhashtable_try_insert()
594 struct bucket_table *tbl; in rhashtable_try_insert()
793 struct bucket_table *tbl = iter->walker.tbl; in __rhashtable_walk_find_next()
938 struct bucket_table *tbl = iter->walker.tbl; in rhashtable_walk_stop()
1022 struct bucket_table *tbl; in rhashtable_init()
1138 struct bucket_table *tbl, *next_tbl; in rhashtable_free_and_destroy()
1179 const struct bucket_table *tbl, unsigned int hash) in __rht_bucket_nested()
1208 const struct bucket_table *tbl, unsigned int hash) in rht_bucket_nested()
1219 struct rhashtable *ht, struct bucket_table *tbl, unsigned int hash) in rht_bucket_nested_insert()