Searched refs:STACK_ALLOC_INDEX_BITS (Results 1 – 1 of 1) sorted by relevance
44 #define STACK_ALLOC_INDEX_BITS (DEPOT_STACK_BITS - \ macro48 (((1LL << (STACK_ALLOC_INDEX_BITS)) < STACK_ALLOC_SLABS_CAP) ? \49 (1LL << (STACK_ALLOC_INDEX_BITS)) : STACK_ALLOC_SLABS_CAP)55 u32 slabindex : STACK_ALLOC_INDEX_BITS;