Searched refs:pages_to_map (Results 1 – 1 of 1) sorted by relevance
2009 unsigned int pages_to_map, in tcp_zerocopy_vm_insert_batch() argument2016 unsigned long pages_remaining = pages_to_map; in tcp_zerocopy_vm_insert_batch()2022 pages_mapped = pages_to_map - (unsigned int)pages_remaining; in tcp_zerocopy_vm_insert_batch()2077 unsigned int pages_to_map = 0; in tcp_zerocopy_receive() local2161 pages[pages_to_map++] = page; in tcp_zerocopy_receive()2165 if (pages_to_map == TCP_ZEROCOPY_PAGE_BATCH_SIZE || in tcp_zerocopy_receive()2171 pages_to_map, in tcp_zerocopy_receive()2177 pages_to_map = 0; in tcp_zerocopy_receive()2180 if (pages_to_map) { in tcp_zerocopy_receive()2181 ret = tcp_zerocopy_vm_insert_batch(vma, pages, pages_to_map, in tcp_zerocopy_receive()