Home
last modified time | relevance | path

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

/linux-6.3-rc2/lib/
A Dstackdepot.c42 #define DEPOT_MAX_POOLS \ macro
85 static void *stack_pools[DEPOT_MAX_POOLS];
242 if (pool_index + 1 < DEPOT_MAX_POOLS) { in depot_init_pool()
269 if (unlikely(pool_index + 1 >= DEPOT_MAX_POOLS)) { in depot_alloc_stack()
287 if (pool_index + 1 < DEPOT_MAX_POOLS) in depot_alloc_stack()

Completed in 4 milliseconds