Home
last modified time | relevance | path

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

/openbmc/linux/lib/
H A Dstackdepot.c36 #define DEPOT_POOL_ORDER 2 /* Pool size order, 4 pages */ macro
37 #define DEPOT_POOL_SIZE (1LL << (PAGE_SHIFT + DEPOT_POOL_ORDER))
39 #define DEPOT_OFFSET_BITS (DEPOT_POOL_ORDER + PAGE_SHIFT - DEPOT_STACK_ALIGN)
410 page = alloc_pages(alloc_flags, DEPOT_POOL_ORDER); in __stack_depot_save()
443 free_pages((unsigned long)prealloc, DEPOT_POOL_ORDER); in __stack_depot_save()