Home
last modified time | relevance | path

Searched refs:pages_to_map (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/xen-netback/
H A Dcommon.h173 struct page *pages_to_map[MAX_PENDING_REQS]; member
H A Dnetback.c347 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()
/linux/net/ipv4/
H A Dtcp.c2087 unsigned int pages_to_map, in tcp_zerocopy_vm_insert_batch() argument
2094 unsigned long pages_remaining = pages_to_map; in tcp_zerocopy_vm_insert_batch()
2100 pages_mapped = pages_to_map - (unsigned int)pages_remaining; in tcp_zerocopy_vm_insert_batch()
2180 unsigned int pages_to_map = 0; in tcp_zerocopy_receive() local
2269 pages[pages_to_map++] = page; in tcp_zerocopy_receive()
2273 if (pages_to_map == TCP_ZEROCOPY_PAGE_BATCH_SIZE || in tcp_zerocopy_receive()
2279 pages_to_map, in tcp_zerocopy_receive()
2285 pages_to_map = 0; in tcp_zerocopy_receive()
2288 if (pages_to_map) { in tcp_zerocopy_receive()
2289 ret = tcp_zerocopy_vm_insert_batch(vma, pages, pages_to_map, in tcp_zerocopy_receive()