Home
last modified time | relevance | path

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

/linux/lib/
H A Dstackdepot.c65 static void **stack_pools; variable
215 stack_pools = in stack_depot_early_init()
217 if (!stack_pools) { in stack_depot_early_init()
275 stack_pools = kvcalloc(stack_max_pools, sizeof(void *), GFP_KERNEL); in stack_depot_init()
276 if (!stack_pools) { in stack_depot_init()
315 stack_pools[pools_num] = new_pool; in depot_init_pool()
375 current_pool = stack_pools[pool_index]; in depot_pop_free_pool()
505 pool = stack_pools[pool_index]; in depot_fetch_stack()
/linux/scripts/gdb/linux/
H A Dstackdepot.py45 stack_pools = gdb.parse_and_eval('stack_pools')
48 pool = stack_pools[pool_index]