Home
last modified time | relevance | path

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

/linux-6.3-rc2/lib/
A Dstackdepot.c35 #define DEPOT_POOL_ORDER 2 /* Pool size order, 4 pages */ macro
36 #define DEPOT_POOL_SIZE (1LL << (PAGE_SHIFT + DEPOT_POOL_ORDER))
38 #define DEPOT_OFFSET_BITS (DEPOT_POOL_ORDER + PAGE_SHIFT - DEPOT_STACK_ALIGN)
404 page = alloc_pages(alloc_flags, DEPOT_POOL_ORDER); in __stack_depot_save()
437 free_pages((unsigned long)prealloc, DEPOT_POOL_ORDER); in __stack_depot_save()

Completed in 3 milliseconds