Searched refs:nested_table (Results 1 – 1 of 1) sorted by relevance
32 union nested_table { union 33 union nested_table __rcu *table;66 static inline union nested_table *nested_table_top( in nested_table_top() 75 static void nested_table_free(union nested_table *ntbl, unsigned int size) in nested_table_free() 98 union nested_table *ntbl; in nested_bucket_table_free() 122 static union nested_table *nested_table_alloc(struct rhashtable *ht, in nested_table_alloc() 123 union nested_table __rcu **prev, in nested_table_alloc() 126 union nested_table *ntbl; in nested_table_alloc() 141 if (cmpxchg((union nested_table **)prev, NULL, ntbl) == NULL) in nested_table_alloc() 166 if (!nested_table_alloc(ht, (union nested_table __rc in nested_bucket_table_alloc() [all...]