Home
last modified time | relevance | path

Searched refs:STACK_ALLOC_MAX_SLABS (Results 1 – 1 of 1) sorted by relevance

/lib/
Dstackdepot.c46 #define STACK_ALLOC_MAX_SLABS \ macro
68 static void *stack_slabs[STACK_ALLOC_MAX_SLABS];
90 if (depot_index + 1 < STACK_ALLOC_MAX_SLABS) { in init_stack_slab()
113 if (unlikely(depot_index + 1 >= STACK_ALLOC_MAX_SLABS)) { in depot_alloc_stack()
124 if (depot_index + 1 < STACK_ALLOC_MAX_SLABS) in depot_alloc_stack()