Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dkexec.h145 struct list_head control_pages; member
/linux-4.1.27/kernel/
Dkexec.c267 INIT_LIST_HEAD(&image->control_pages); in do_kimage_alloc_init()
340 kimage_free_page_list(&image->control_pages); in kimage_alloc_init()
611 kimage_free_page_list(&image->control_pages); in kimage_file_alloc_init()
726 list_add(&pages->lru, &image->control_pages); in kimage_alloc_normal_control_pages()
934 kimage_free_page_list(&image->control_pages); in kimage_free()
2138 if (!list_empty(&image->control_pages)) { in kexec_add_buffer()