Lines Matching refs:total_bytes_to_map
1942 u32 total_bytes_to_map, in tcp_zerocopy_vm_insert_batch_error() argument
1950 maybe_zap_len = total_bytes_to_map - /* All bytes to map */ in tcp_zerocopy_vm_insert_batch_error()
1990 u32 total_bytes_to_map) in tcp_zerocopy_vm_insert_batch() argument
2011 pages_remaining, address, length, seq, zc, total_bytes_to_map, in tcp_zerocopy_vm_insert_batch()
2082 u32 total_bytes_to_map; in tcp_zerocopy_receive() local
2115 total_bytes_to_map = avail_len & ~(PAGE_SIZE - 1); in tcp_zerocopy_receive()
2116 if (total_bytes_to_map) { in tcp_zerocopy_receive()
2118 zap_page_range_single(vma, address, total_bytes_to_map, in tcp_zerocopy_receive()
2120 zc->length = total_bytes_to_map; in tcp_zerocopy_receive()
2174 total_bytes_to_map); in tcp_zerocopy_receive()
2183 zc, total_bytes_to_map); in tcp_zerocopy_receive()