Home
last modified time | relevance | path

Searched refs:stack_pools (Results 1 – 2 of 2) sorted by last modified time

/linux/lib/
H A Dstackdepot.c65 static void *stack_pools[DEPOT_MAX_POOLS]; variable
266 stack_pools[pools_num] = new_pool; in depot_init_pool()
326 current_pool = stack_pools[pool_index]; in depot_pop_free_pool()
456 pool = stack_pools[pool_index]; in depot_fetch_stack()
/linux/scripts/gdb/linux/
H A Dstackdepot.py34 stack_pools = gdb.parse_and_eval('stack_pools')
37 pool = stack_pools[parts['pool_index']]