Home
last modified time | relevance | path

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

/linux/lib/
H A Dstackdepot.c58 static struct list_head *stack_table; variable
146 INIT_LIST_HEAD(&stack_table[i]); in init_stack_table()
190 stack_table = alloc_large_system_hash("stackdepot", in stack_depot_early_init()
199 if (!stack_table) { in stack_depot_early_init()
219 memblock_free(stack_table, entries * sizeof(struct list_head)); in stack_depot_early_init()
236 if (stack_depot_disabled || stack_table) in stack_depot_init()
263 stack_table = kvcalloc(entries, sizeof(struct list_head), GFP_KERNEL); in stack_depot_init()
264 if (!stack_table) { in stack_depot_init()
278 kvfree(stack_table); in stack_depot_init()
665 bucket = &stack_table[hash & stack_hash_mask]; in stack_depot_save_flags()