Searched refs:pages_to_map (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/net/xen-netback/ |
| H A D | common.h | 173 struct page *pages_to_map[MAX_PENDING_REQS]; member
|
| H A D | netback.c | 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()
|
| /linux/net/ipv4/ |
| H A D | tcp.c | 2112 unsigned int pages_to_map, in tcp_zerocopy_vm_insert_batch() 2119 unsigned long pages_remaining = pages_to_map; in tcp_zerocopy_vm_insert_batch() 2125 pages_mapped = pages_to_map - (unsigned int)pages_remaining; in tcp_zerocopy_vm_insert_batch() 2205 unsigned int pages_to_map = 0; in tcp_zerocopy_receive() 2293 pages[pages_to_map++] = page; in tcp_zerocopy_receive() 2297 if (pages_to_map == TCP_ZEROCOPY_PAGE_BATCH_SIZE || in tcp_zerocopy_receive() 2303 pages_to_map, in tcp_zerocopy_receive() 2309 pages_to_map = 0; in tcp_zerocopy_receive() 2312 if (pages_to_map) { in tcp_zerocopy_receive() 2313 ret = tcp_zerocopy_vm_insert_batch(vma, pages, pages_to_map, in tcp_zerocopy_receive() 2113 tcp_zerocopy_vm_insert_batch(struct vm_area_struct * vma,struct page ** pages,unsigned int pages_to_map,unsigned long * address,u32 * length,u32 * seq,struct tcp_zerocopy_receive * zc,u32 total_bytes_to_map) tcp_zerocopy_vm_insert_batch() argument 2206 unsigned int pages_to_map = 0; tcp_zerocopy_receive() local [all...] |