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

/linux-master/include/linux/
H A Dstackdepot.h35 #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)
/linux-master/lib/
H A Dstackdepot.c635 page = alloc_pages(alloc_flags, DEPOT_POOL_ORDER);
673 free_pages((unsigned long)prealloc, DEPOT_POOL_ORDER);

Completed in 294 milliseconds