Home
last modified time | relevance | path

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

/lib/
Dstackdepot.c74 static bool init_stack_slab(void **prealloc) in init_stack_slab() argument
76 if (!*prealloc) in init_stack_slab()
85 stack_slabs[depot_index] = *prealloc; in init_stack_slab()
87 stack_slabs[depot_index + 1] = *prealloc; in init_stack_slab()
94 *prealloc = NULL; in init_stack_slab()
100 u32 hash, void **prealloc, gfp_t alloc_flags) in depot_alloc_stack() argument
123 init_stack_slab(prealloc); in depot_alloc_stack()
226 void *prealloc = NULL; in stack_depot_save() local
265 prealloc = page_address(page); in stack_depot_save()
274 hash, &prealloc, alloc_flags); in stack_depot_save()
[all …]