Searched refs:stack_pools (Results 1 – 1 of 1) sorted by relevance
85 static void *stack_pools[DEPOT_MAX_POOLS]; variable233 if (stack_pools[pool_index] == NULL) { in depot_init_pool()235 stack_pools[pool_index] = *prealloc; in depot_init_pool()243 stack_pools[pool_index + 1] = *prealloc; in depot_init_pool()296 if (stack_pools[pool_index] == NULL) in depot_alloc_stack()300 stack = stack_pools[pool_index] + pool_offset; in depot_alloc_stack()476 pool = stack_pools[parts.pool_index]; in stack_depot_fetch()
Completed in 4 milliseconds