Lines Matching refs:nested_table
32 union nested_table {
33 union nested_table __rcu *table;
66 static inline union nested_table *nested_table_top(
75 static void nested_table_free(union nested_table *ntbl, unsigned int size)
98 union nested_table *ntbl;
122 static union nested_table *nested_table_alloc(struct rhashtable *ht,
123 union nested_table __rcu **prev,
126 union nested_table *ntbl;
141 if (cmpxchg((union nested_table **)prev, NULL, ntbl) == NULL)
166 if (!nested_table_alloc(ht, (union nested_table __rcu **)tbl->buckets,
1195 union nested_table *ntbl;
1234 union nested_table *ntbl;