Home
last modified time | relevance | path

Searched refs:nested_table (Results 1 – 1 of 1) sorted by relevance

/linux-6.3-rc2/lib/
A Drhashtable.c32 union nested_table { union
33 union nested_table __rcu *table;
66 static inline union nested_table *nested_table_top( in nested_table_top()
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()
140 if (cmpxchg((union nested_table **)prev, NULL, ntbl) == NULL) in nested_table_alloc()
164 if (!nested_table_alloc(ht, (union nested_table __rcu **)tbl->buckets, in nested_bucket_table_alloc()
1185 union nested_table *ntbl; in __rht_bucket_nested()
[all …]

Completed in 4 milliseconds