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

/linux-master/lib/
H A Dstackdepot.c58 static struct list_head *stack_table; variable in typeref:struct:list_head
118 INIT_LIST_HEAD(&stack_table[i]);
162 stack_table = alloc_large_system_hash("stackdepot",
171 if (!stack_table) {
197 if (stack_depot_disabled || stack_table)
224 stack_table = kvcalloc(entries, sizeof(struct list_head), GFP_KERNEL);
225 if (!stack_table) {
615 bucket = &stack_table[hash & stack_hash_mask];

Completed in 79 milliseconds