Home
last modified time | relevance | path

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

/linux-6.1.9/lib/
Dstackdepot.c171 static struct stack_record **stack_table; variable
180 stack_table = NULL; in is_stack_depot_disabled()
212 stack_table = alloc_large_system_hash("stackdepot", in stack_depot_early_init()
222 if (!stack_table) { in stack_depot_early_init()
237 if (!stack_depot_disable && !stack_table) { in stack_depot_init()
260 stack_table = kvcalloc(entries, sizeof(struct stack_record *), GFP_KERNEL); in stack_depot_init()
261 if (!stack_table) { in stack_depot_init()
445 bucket = &stack_table[hash & stack_hash_mask]; in __stack_depot_save()