Searched refs:nested_table_alloc (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-5.10/lib/ |
| D | rhashtable.c | 122 static union nested_table *nested_table_alloc(struct rhashtable *ht, in nested_table_alloc() function 164 if (!nested_table_alloc(ht, (union nested_table __rcu **)tbl->buckets, in nested_bucket_table_alloc() 1224 ntbl = nested_table_alloc(ht, &ntbl[index].table, in rht_bucket_nested_insert() 1231 ntbl = nested_table_alloc(ht, &ntbl[index].table, in rht_bucket_nested_insert()
|
| /kernel/linux/linux-6.6/lib/ |
| D | rhashtable.c | 122 static union nested_table *nested_table_alloc(struct rhashtable *ht, in nested_table_alloc() function 164 if (!nested_table_alloc(ht, (union nested_table __rcu **)tbl->buckets, in nested_bucket_table_alloc() 1228 ntbl = nested_table_alloc(ht, &ntbl[index].table, in rht_bucket_nested_insert() 1235 ntbl = nested_table_alloc(ht, &ntbl[index].table, in rht_bucket_nested_insert()
|