Searched refs:pages_to_map (Results 1 – 1 of 1) sorted by relevance
2126 unsigned int pages_to_map, in tcp_zerocopy_vm_insert_batch() argument2133 unsigned long pages_remaining = pages_to_map; in tcp_zerocopy_vm_insert_batch()2139 pages_mapped = pages_to_map - (unsigned int)pages_remaining; in tcp_zerocopy_vm_insert_batch()2194 unsigned int pages_to_map = 0; in tcp_zerocopy_receive() local2278 pages[pages_to_map++] = page; in tcp_zerocopy_receive()2282 if (pages_to_map == TCP_ZEROCOPY_PAGE_BATCH_SIZE || in tcp_zerocopy_receive()2288 pages_to_map, in tcp_zerocopy_receive()2294 pages_to_map = 0; in tcp_zerocopy_receive()2297 if (pages_to_map) { in tcp_zerocopy_receive()2298 ret = tcp_zerocopy_vm_insert_batch(vma, pages, pages_to_map, in tcp_zerocopy_receive()