Searched refs:nested_table (Results 1 – 1 of 1) sorted by relevance
34 union nested_table { union35 union nested_table __rcu *table;68 static inline union nested_table *nested_table_top( in nested_table_top()77 static void nested_table_free(union nested_table *ntbl, unsigned int size) in nested_table_free()100 union nested_table *ntbl; in nested_bucket_table_free()132 static union nested_table *nested_table_alloc(struct rhashtable *ht, in nested_table_alloc()133 union nested_table __rcu **prev, in nested_table_alloc()136 union nested_table *ntbl; in nested_table_alloc()151 if (cmpxchg((union nested_table **)prev, NULL, ntbl) == NULL) in nested_table_alloc()176 if (!nested_table_alloc(ht, (union nested_table __rcu **)tbl->buckets, in nested_bucket_table_alloc()[all …]