Home
last modified time | relevance | path

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

/linux-6.15/drivers/infiniband/hw/mlx5/
H A Dodp.c723 if (bytes_mapped) { in pagefault_real_mr()
779 bytes_mapped, flags); in pagefault_implicit_mr()
855 if (bytes_mapped) in pagefault_dmabuf_mr()
856 *bytes_mapped += bcnt; in pagefault_dmabuf_mr()
977 u32 *bytes_mapped) in pagefault_single_data_segment() argument
998 if (bytes_mapped) in pagefault_single_data_segment()
1152 if (bytes_mapped) in pagefault_data_segments()
1153 *bytes_mapped = 0; in pagefault_data_segments()
1199 bytes_mapped); in pagefault_data_segments()
1966 u32 bytes_mapped = 0; in mlx5_ib_prefetch_mr_work() local
[all …]
/linux-6.15/net/ipv4/
H A Dtcp.c2010 int bytes_mapped; in tcp_zerocopy_vm_insert_batch_error() local
2016 bytes_mapped = PAGE_SIZE * (leftover_pages - pages_remaining); in tcp_zerocopy_vm_insert_batch_error()
2017 *seq += bytes_mapped; in tcp_zerocopy_vm_insert_batch_error()
2018 *address += bytes_mapped; in tcp_zerocopy_vm_insert_batch_error()
2045 unsigned int bytes_mapped; in tcp_zerocopy_vm_insert_batch() local
2050 bytes_mapped = PAGE_SIZE * pages_mapped; in tcp_zerocopy_vm_insert_batch()
2054 *seq += bytes_mapped; in tcp_zerocopy_vm_insert_batch()
2055 *address += bytes_mapped; in tcp_zerocopy_vm_insert_batch()