Home
last modified time | relevance | path

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

/linux-6.12.1/mm/
Dpage_owner.c45 static struct stack *stack_list; variable
130 stack_list = &dummy_stack; in init_page_owner()
183 stack->next = stack_list; in add_stack_record_to_list()
190 smp_store_release(&stack_list, stack); in add_stack_record_to_list()
869 stack = smp_load_acquire(&stack_list); in stack_start()