Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/lib/
H A Dstackdepot.c150 static struct stack_record **stack_table; variable
159 stack_table = NULL; in is_stack_depot_disabled()
171 stack_table = memblock_alloc(size, size); in stack_depot_init()
173 stack_table[i] = NULL; in stack_depot_init()
274 bucket = &stack_table[hash & STACK_HASH_MASK]; in stack_depot_save()