Home
last modified time | relevance | path

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

/linux-6.15/kernel/
H A Dkexec_core.c245 INIT_LIST_HEAD(&image->dest_pages); in do_kimage_alloc_init()
528 kimage_free_page_list(&image->dest_pages); in kimage_free_extra_pages()
652 list_for_each_entry(page, &image->dest_pages, lru) { in kimage_alloc_page()
713 list_add(&page->lru, &image->dest_pages); in kimage_alloc_page()
/linux-6.15/include/linux/
H A Dkexec.h315 struct list_head dest_pages; member