Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/lib/
Dstackdepot.c68 static void *stack_slabs[STACK_ALLOC_MAX_SLABS]; variable
85 if (stack_slabs[depot_index] == NULL) { in init_stack_slab()
86 stack_slabs[depot_index] = *prealloc; in init_stack_slab()
91 stack_slabs[depot_index + 1] = *prealloc; in init_stack_slab()
129 if (stack_slabs[depot_index] == NULL) in depot_alloc_stack()
132 stack = stack_slabs[depot_index] + depot_offset; in depot_alloc_stack()
216 slab = stack_slabs[parts.slabindex]; in stack_depot_fetch()