STACK_ALLOC_MAX_SLABS   67 lib/stackdepot.c static void *stack_slabs[STACK_ALLOC_MAX_SLABS];
STACK_ALLOC_MAX_SLABS   89 lib/stackdepot.c 		if (depot_index + 1 < STACK_ALLOC_MAX_SLABS) {
STACK_ALLOC_MAX_SLABS  113 lib/stackdepot.c 		if (unlikely(depot_index + 1 >= STACK_ALLOC_MAX_SLABS)) {
STACK_ALLOC_MAX_SLABS  124 lib/stackdepot.c 		if (depot_index + 1 < STACK_ALLOC_MAX_SLABS)