Home
last modified time | relevance | path

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

/Linux-v6.1/lib/
Dstackdepot.c75 static void *stack_slabs[STACK_ALLOC_MAX_SLABS]; variable
100 if (stack_slabs[depot_index] == NULL) { in init_stack_slab()
101 stack_slabs[depot_index] = *prealloc; in init_stack_slab()
106 stack_slabs[depot_index + 1] = *prealloc; in init_stack_slab()
143 if (stack_slabs[depot_index] == NULL) in depot_alloc_stack()
146 stack = stack_slabs[depot_index] + depot_offset; in depot_alloc_stack()
381 slab = stack_slabs[parts.slabindex]; in stack_depot_fetch()