Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp.c1834 unsigned long pages_remaining = pages_to_map; in tcp_zerocopy_vm_insert_batch() local
1838 ret = vm_insert_pages(vma, *insert_addr, pages, &pages_remaining); in tcp_zerocopy_vm_insert_batch()
1839 bytes_mapped = PAGE_SIZE * (pages_to_map - pages_remaining); in tcp_zerocopy_vm_insert_batch()
1849 const int bytes_not_mapped = PAGE_SIZE * pages_remaining; in tcp_zerocopy_vm_insert_batch()