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

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

Completed in 115 milliseconds