Home
last modified time | relevance | path

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

/linux/mm/
H A Dpage_owner.c43 static struct stack dummy_stack; variable
132 dummy_stack.stack_record = __stack_depot_get_stack_record(dummy_handle); in init_page_owner()
134 if (dummy_stack.stack_record) in init_page_owner()
135 refcount_set(&dummy_stack.stack_record->count, 1); in init_page_owner()
138 dummy_stack.next = &failure_stack; in init_page_owner()
139 stack_list = &dummy_stack; in init_page_owner()