Searched refs:stack_table (Results 1 – 1 of 1) sorted by relevance
78 static struct stack_record **stack_table; variable108 stack_table = NULL; in disable_stack_depot()150 stack_table = alloc_large_system_hash("stackdepot", in stack_depot_early_init()159 if (!stack_table) { in stack_depot_early_init()177 if (stack_depot_disabled || stack_table) in stack_depot_init()204 stack_table = kvcalloc(entries, sizeof(struct stack_record *), GFP_KERNEL); in stack_depot_init()205 if (!stack_table) { in stack_depot_init()377 bucket = &stack_table[hash & stack_hash_mask]; in __stack_depot_save()
Completed in 5 milliseconds