Searched refs:num_io_pages (Results 1 – 1 of 1) sorted by relevance
1784 int err, nchunks, nfchunks, num_io_pages; in hibernate_read_chunks() local1867 num_io_pages = (read_size + (img_cur % PAGE_SIZE) in hibernate_read_chunks()1870 KASSERT(num_io_pages <= MAXPHYS/PAGE_SIZE + 1); in hibernate_read_chunks()1873 for (j = 0; j < num_io_pages; j ++) in hibernate_read_chunks()1885 pmap_kremove(tempva, num_io_pages * PAGE_SIZE); in hibernate_read_chunks()