Home
last modified time | relevance | path

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

/linux/kernel/
H A Dkexec_core.c235 INIT_LIST_HEAD(&image->dest_pages); in do_kimage_alloc_init()
518 kimage_free_page_list(&image->dest_pages); in kimage_free_extra_pages()
642 list_for_each_entry(page, &image->dest_pages, lru) { in kimage_alloc_page()
703 list_add(&page->lru, &image->dest_pages); in kimage_alloc_page()
/linux/include/linux/
H A Dkexec.h308 struct list_head dest_pages; member