Searched refs:STACK_ALLOC_MAX_SLABS (Results 1 – 1 of 1) sorted by relevance
49 #define STACK_ALLOC_MAX_SLABS \ macro75 static void *stack_slabs[STACK_ALLOC_MAX_SLABS];105 if (depot_index + 1 < STACK_ALLOC_MAX_SLABS) { in init_stack_slab()128 if (unlikely(depot_index + 1 >= STACK_ALLOC_MAX_SLABS)) { in depot_alloc_stack()139 if (depot_index + 1 < STACK_ALLOC_MAX_SLABS) in depot_alloc_stack()