Searched refs:contig_pages (Results 1 – 1 of 1) sorted by relevance
1106 unsigned long total_pages, contig_pages; in kho_restore_vmalloc() local1122 contig_pages = (1 << order); in kho_restore_vmalloc()1132 if (idx + contig_pages > total_pages) in kho_restore_vmalloc()1135 page = kho_restore_pages(phys, contig_pages); in kho_restore_vmalloc()1139 for (int j = 0; j < contig_pages; j++) in kho_restore_vmalloc()1142 phys += contig_pages * PAGE_SIZE; in kho_restore_vmalloc()