Home
last modified time | relevance | path

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

/linux/lib/
H A Dstackdepot.c67 static void **stack_pools __pt_guarded_by(&pool_lock);
68 /* Newly allocated pool that is not yet added to stack_pools. */
70 /* Number of pools in stack_pools. */
74 /* Freelist of stack records within stack_pools. */
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()
316 stack_pools[pools_num] = new_pool; in depot_init_pool()
378 current_pool = stack_pools[pool_index]; in depot_pop_free_pool()
[all …]
/linux/scripts/gdb/linux/
H A Dstackdepot.py45 stack_pools = gdb.parse_and_eval('stack_pools')
48 pool = stack_pools[pool_index]