Home
last modified time | relevance | path

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

/openbmc/linux/lib/
H A Dstackdepot.c79 static struct stack_record **stack_table; variable
109 stack_table = NULL; in disable_stack_depot()
151 stack_table = alloc_large_system_hash("stackdepot", in stack_depot_early_init()
160 if (!stack_table) { in stack_depot_early_init()
178 if (stack_depot_disabled || stack_table) in stack_depot_init()
205 stack_table = kvcalloc(entries, sizeof(struct stack_record *), GFP_KERNEL); in stack_depot_init()
206 if (!stack_table) { in stack_depot_init()
383 bucket = &stack_table[hash & stack_hash_mask]; in __stack_depot_save()