Searched refs:total_bytes_to_map (Results 1 – 1 of 1) sorted by relevance
2069 u32 total_bytes_to_map, in tcp_zerocopy_vm_insert_batch_error() argument2077 maybe_zap_len = total_bytes_to_map - /* All bytes to map */ in tcp_zerocopy_vm_insert_batch_error()2117 u32 total_bytes_to_map) in tcp_zerocopy_vm_insert_batch() argument2138 pages_remaining, address, length, seq, zc, total_bytes_to_map, in tcp_zerocopy_vm_insert_batch()2209 u32 total_bytes_to_map; in tcp_zerocopy_receive() local2242 total_bytes_to_map = avail_len & ~(PAGE_SIZE - 1); in tcp_zerocopy_receive()2243 if (total_bytes_to_map) { in tcp_zerocopy_receive()2245 zap_vma_range(vma, address, total_bytes_to_map); in tcp_zerocopy_receive()2246 zc->length = total_bytes_to_map; in tcp_zerocopy_receive()2306 total_bytes_to_map); in tcp_zerocopy_receive()[all …]