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
118 INIT_LIST_HEAD(&stack_table[i]); in init_stack_table()
162 stack_table = alloc_large_system_hash("stackdepot", in stack_depot_early_init()
171 if (!stack_table) { in stack_depot_early_init()
197 if (stack_depot_disabled || stack_table) in stack_depot_init()
224 stack_table = kvcalloc(entries, sizeof(struct list_head), GFP_KERNEL); in stack_depot_init()
225 if (!stack_table) { in stack_depot_init()
615 bucket = &stack_table[hash & stack_hash_mask]; in stack_depot_save_flags()