Home
last modified time | relevance | path

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

/openbmc/linux/lib/
H A Dstackdepot.c86 static void *stack_pools[DEPOT_MAX_POOLS]; variable
234 if (stack_pools[pool_index] == NULL) { in depot_init_pool()
236 stack_pools[pool_index] = *prealloc; in depot_init_pool()
244 stack_pools[pool_index + 1] = *prealloc; in depot_init_pool()
297 if (stack_pools[pool_index] == NULL) in depot_alloc_stack()
301 stack = stack_pools[pool_index] + pool_offset; in depot_alloc_stack()
488 pool = stack_pools[parts.pool_index]; in stack_depot_fetch()
/openbmc/linux/scripts/gdb/linux/
H A Dstackdepot.py34 stack_pools = gdb.parse_and_eval('stack_pools')
37 pool = stack_pools[parts['pool_index']]