Home
last modified time | relevance | path

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

/Linux-v4.19/lib/
Dstackdepot.c76 static void *stack_slabs[STACK_ALLOC_MAX_SLABS]; variable
93 if (stack_slabs[depot_index] == NULL) { in init_stack_slab()
94 stack_slabs[depot_index] = *prealloc; in init_stack_slab()
96 stack_slabs[depot_index + 1] = *prealloc; in init_stack_slab()
133 if (stack_slabs[depot_index] == NULL) in depot_alloc_stack()
136 stack = stack_slabs[depot_index] + depot_offset; in depot_alloc_stack()
200 void *slab = stack_slabs[parts.slabindex]; in depot_fetch_stack()