Home
last modified time | relevance | path

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

/linux-6.12.1/lib/
Dstackdepot.c41 #define DEPOT_MAX_POOLS \ macro
65 static void *stack_pools[DEPOT_MAX_POOLS];
248 if (unlikely(pools_num >= DEPOT_MAX_POOLS)) { in depot_init_pool()
250 WARN_ON_ONCE(pools_num > DEPOT_MAX_POOLS); /* should never happen */ in depot_init_pool()
276 if (pools_num < DEPOT_MAX_POOLS) in depot_init_pool()