Searched refs:nested_table (Results 1 – 1 of 1) sorted by relevance
32 union nested_table { union33 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()[all …]