stack_slabs        67 lib/stackdepot.c static void *stack_slabs[STACK_ALLOC_MAX_SLABS];
stack_slabs        84 lib/stackdepot.c 	if (stack_slabs[depot_index] == NULL) {
stack_slabs        85 lib/stackdepot.c 		stack_slabs[depot_index] = *prealloc;
stack_slabs        90 lib/stackdepot.c 			stack_slabs[depot_index + 1] = *prealloc;
stack_slabs       128 lib/stackdepot.c 	if (stack_slabs[depot_index] == NULL)
stack_slabs       131 lib/stackdepot.c 	stack = stack_slabs[depot_index] + depot_offset;
stack_slabs       205 lib/stackdepot.c 	void *slab = stack_slabs[parts.slabindex];