Searched refs:DEPOT_POOL_ORDER (Results 1 – 2 of 2) sorted by relevance
35 #define DEPOT_POOL_ORDER 2 /* Pool size order, 4 pages */ macro36 #define DEPOT_POOL_SIZE (1LL << (PAGE_SHIFT + DEPOT_POOL_ORDER))38 #define DEPOT_OFFSET_BITS (DEPOT_POOL_ORDER + PAGE_SHIFT - DEPOT_STACK_ALIGN)
678 DEPOT_POOL_ORDER); in stack_depot_save_flags()725 free_pages_nolock(virt_to_page(prealloc), DEPOT_POOL_ORDER); in stack_depot_save_flags()727 free_pages((unsigned long)prealloc, DEPOT_POOL_ORDER); in stack_depot_save_flags()