Home
last modified time | relevance | path

Searched refs:DEPOT_MAX_POOLS (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-6.6/lib/
H A Dstackdepot.c43 #define DEPOT_MAX_POOLS \ macro
86 static void *stack_pools[DEPOT_MAX_POOLS];
243 if (pool_index + 1 < DEPOT_MAX_POOLS) { in depot_init_pool()
270 if (unlikely(pool_index + 1 >= DEPOT_MAX_POOLS)) { in depot_alloc_stack()
288 if (pool_index + 1 < DEPOT_MAX_POOLS) in depot_alloc_stack()

Completed in 1 milliseconds