Home
last modified time | relevance | path

Searched full:depot_pool_size (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dstackdepot.h36 #define DEPOT_POOL_SIZE (1LL << (PAGE_SHIFT + DEPOT_POOL_ORDER)) macro
/linux/lib/
H A Dstackdepot.c73 static size_t pool_offset __guarded_by(&pool_lock) = DEPOT_POOL_SIZE;
370 if (pool_offset + size > DEPOT_POOL_SIZE) { in depot_pop_free_pool()