Searched refs:pages_to_map (Results 1 – 3 of 3) sorted by relevance
173 struct page *pages_to_map[MAX_PENDING_REQS]; member
347 queue->pages_to_map[mop-queue->tx_map_ops] = queue->mmap_pages[pending_idx]; in xenvif_tx_create_map_op()1407 queue->pages_to_map, in xenvif_tx_action()
2116 unsigned int pages_to_map, in tcp_zerocopy_vm_insert_batch() argument2123 unsigned long pages_remaining = pages_to_map; in tcp_zerocopy_vm_insert_batch()2129 pages_mapped = pages_to_map - (unsigned int)pages_remaining; in tcp_zerocopy_vm_insert_batch()2209 unsigned int pages_to_map = 0; in tcp_zerocopy_receive() local2297 pages[pages_to_map++] = page; in tcp_zerocopy_receive()2301 if (pages_to_map == TCP_ZEROCOPY_PAGE_BATCH_SIZE || in tcp_zerocopy_receive()2307 pages_to_map, in tcp_zerocopy_receive()2313 pages_to_map = 0; in tcp_zerocopy_receive()2316 if (pages_to_map) { in tcp_zerocopy_receive()2317 ret = tcp_zerocopy_vm_insert_batch(vma, pages, pages_to_map, in tcp_zerocopy_receive()