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

/linux-master/mm/
H A Dpage_owner.c45 static struct stack *stack_list; variable in typeref:struct:stack
122 /* Initialize dummy and failure stacks and link them to stack_list */
130 stack_list = &dummy_stack;
188 stack->next = stack_list;
192 * will see an updated stack_list before starting to
195 smp_store_release(&stack_list, stack);
872 * value of stack_list.
874 stack = smp_load_acquire(&stack_list);

Completed in 354 milliseconds