Searched refs:DEPOT_MAX_POOLS (Results 1 – 1 of 1) sorted by relevance
42 #define DEPOT_MAX_POOLS \ macro85 static void *stack_pools[DEPOT_MAX_POOLS];242 if (pool_index + 1 < DEPOT_MAX_POOLS) { in depot_init_pool()269 if (unlikely(pool_index + 1 >= DEPOT_MAX_POOLS)) { in depot_alloc_stack()287 if (pool_index + 1 < DEPOT_MAX_POOLS) in depot_alloc_stack()
Completed in 4 milliseconds