Searched refs:stack_list (Results 1 – 1 of 1) sorted by relevance
45 static struct stack *stack_list; variable 131 /* Initialize dummy and failure stacks and link them to stack_list */ in init_page_owner() 139 stack_list = &dummy_stack; in init_page_owner() 195 stack->next = stack_list; in add_stack_record_to_list() 199 * will see an updated stack_list before starting to in add_stack_record_to_list() 202 smp_store_release(&stack_list, stack); in add_stack_record_to_list() 867 * value of stack_list. in stack_start() 869 stack = smp_load_acquire(&stack_list); in stack_start()