Searched refs:bytes_mapped (Results 1 – 2 of 2) sorted by relevance
590 if (bytes_mapped) { in pagefault_real_mr()721 if (bytes_mapped) in pagefault_dmabuf_mr()722 *bytes_mapped += bcnt; in pagefault_dmabuf_mr()815 u32 *bytes_mapped) in pagefault_single_data_segment() argument837 if (bytes_mapped) in pagefault_single_data_segment()838 *bytes_mapped += bcnt; in pagefault_single_data_segment()992 if (bytes_mapped) in pagefault_data_segments()993 *bytes_mapped = 0; in pagefault_data_segments()1038 bytes_mapped); in pagefault_data_segments()1727 u32 bytes_mapped = 0; in mlx5_ib_prefetch_mr_work() local[all …]
1955 int bytes_mapped; in tcp_zerocopy_vm_insert_batch_error() local1961 bytes_mapped = PAGE_SIZE * (leftover_pages - pages_remaining); in tcp_zerocopy_vm_insert_batch_error()1962 *seq += bytes_mapped; in tcp_zerocopy_vm_insert_batch_error()1963 *address += bytes_mapped; in tcp_zerocopy_vm_insert_batch_error()1990 unsigned int bytes_mapped; in tcp_zerocopy_vm_insert_batch() local1995 bytes_mapped = PAGE_SIZE * pages_mapped; in tcp_zerocopy_vm_insert_batch()1999 *seq += bytes_mapped; in tcp_zerocopy_vm_insert_batch()2000 *address += bytes_mapped; in tcp_zerocopy_vm_insert_batch()
Completed in 15 milliseconds