Home
last modified time | relevance | path

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

/openbmc/linux/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()