Lines Matching full:stack_pools
67 static void **stack_pools __pt_guarded_by(&pool_lock);
68 /* Newly allocated pool that is not yet added to stack_pools. */
70 /* Number of pools in stack_pools. */
74 /* Freelist of stack records within stack_pools. */
215 stack_pools = in stack_depot_early_init()
217 if (!stack_pools) { in stack_depot_early_init()
275 stack_pools = kvcalloc(stack_max_pools, sizeof(void *), GFP_KERNEL); in stack_depot_init()
276 if (!stack_pools) { in stack_depot_init()
316 stack_pools[pools_num] = new_pool; in depot_init_pool()
378 current_pool = stack_pools[pool_index]; in depot_pop_free_pool()
512 pool = context_unsafe(stack_pools[pool_index]); in depot_fetch_stack()