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

/linux-master/scripts/gdb/linux/
H A Dstackdepot.py34 stack_pools = gdb.parse_and_eval('stack_pools')
37 pool = stack_pools[parts['pool_index']]
/linux-master/lib/
H A Dstackdepot.c65 static void *stack_pools[DEPOT_MAX_POOLS]; variable
66 /* Newly allocated pool that is not yet added to stack_pools. */
68 /* Number of pools in stack_pools. */
72 /* Freelist of stack records within stack_pools. */
266 stack_pools[pools_num] = new_pool;
326 current_pool = stack_pools[pool_index];
456 pool = stack_pools[pool_index];

Completed in 151 milliseconds