Lines Matching defs:total_bytes_to_map
2040 u32 total_bytes_to_map,
2048 maybe_zap_len = total_bytes_to_map - /* All bytes to map */
2088 u32 total_bytes_to_map)
2109 pages_remaining, address, length, seq, zc, total_bytes_to_map,
2180 u32 total_bytes_to_map;
2213 total_bytes_to_map = avail_len & ~(PAGE_SIZE - 1);
2214 if (total_bytes_to_map) {
2216 zap_page_range_single(vma, address, total_bytes_to_map,
2218 zc->length = total_bytes_to_map;
2278 total_bytes_to_map);
2287 zc, total_bytes_to_map);