Home
last modified time | relevance | path

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

/linux-6.12.1/mm/
Dpage_owner.c43 static struct stack dummy_stack; variable
123 dummy_stack.stack_record = __stack_depot_get_stack_record(dummy_handle); in init_page_owner()
125 if (dummy_stack.stack_record) in init_page_owner()
126 refcount_set(&dummy_stack.stack_record->count, 1); in init_page_owner()
129 dummy_stack.next = &failure_stack; in init_page_owner()
130 stack_list = &dummy_stack; in init_page_owner()