Home
last modified time | relevance | path

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

/Linux-v4.19/lib/
Dstackdepot.c53 #define STACK_ALLOC_SLABS_CAP 8192 macro
55 (((1LL << (STACK_ALLOC_INDEX_BITS)) < STACK_ALLOC_SLABS_CAP) ? \
56 (1LL << (STACK_ALLOC_INDEX_BITS)) : STACK_ALLOC_SLABS_CAP)