Searched refs:stack_slabs (Results 1 – 1 of 1) sorted by relevance
67 static void *stack_slabs[STACK_ALLOC_MAX_SLABS]; variable84 if (stack_slabs[depot_index] == NULL) { in init_stack_slab()85 stack_slabs[depot_index] = *prealloc; in init_stack_slab()87 stack_slabs[depot_index + 1] = *prealloc; in init_stack_slab()124 if (stack_slabs[depot_index] == NULL) in depot_alloc_stack()127 stack = stack_slabs[depot_index] + depot_offset; in depot_alloc_stack()201 void *slab = stack_slabs[parts.slabindex]; in stack_depot_fetch()