Lines Matching refs:nested_table
32 union nested_table { union
33 union nested_table __rcu *table;
66 static void nested_table_free(union nested_table *ntbl, unsigned int size) in nested_table_free()
89 union nested_table *ntbl; in nested_bucket_table_free()
92 ntbl = (union nested_table *)rcu_dereference_raw(tbl->buckets[0]); in nested_bucket_table_free()
113 static union nested_table *nested_table_alloc(struct rhashtable *ht, in nested_table_alloc()
114 union nested_table __rcu **prev, in nested_table_alloc()
117 union nested_table *ntbl; in nested_table_alloc()
131 if (cmpxchg((union nested_table **)prev, NULL, ntbl) == NULL) in nested_table_alloc()
155 if (!nested_table_alloc(ht, (union nested_table __rcu **)tbl->buckets, in nested_bucket_table_alloc()
1174 union nested_table *ntbl; in __rht_bucket_nested()
1176 ntbl = (union nested_table *)rcu_dereference_raw(tbl->buckets[0]); in __rht_bucket_nested()
1214 union nested_table *ntbl; in rht_bucket_nested_insert()
1216 ntbl = (union nested_table *)rcu_dereference_raw(tbl->buckets[0]); in rht_bucket_nested_insert()