Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/infiniband/hw/mlx5/
Dodp.c554 u64 user_va, size_t bcnt, u32 *bytes_mapped, in pagefault_real_mr() argument
592 if (bytes_mapped) { in pagefault_real_mr()
596 *bytes_mapped += min_t(u32, new_mappings, bcnt); in pagefault_real_mr()
607 size_t bcnt, u32 *bytes_mapped, u32 flags) in pagefault_implicit_mr() argument
648 bytes_mapped, flags); in pagefault_implicit_mr()
692 u32 *bytes_mapped, u32 flags) in pagefault_dmabuf_mr() argument
723 if (bytes_mapped) in pagefault_dmabuf_mr()
724 *bytes_mapped += bcnt; in pagefault_dmabuf_mr()
739 u32 *bytes_mapped, u32 flags) in pagefault_mr() argument
747 return pagefault_dmabuf_mr(mr, bcnt, bytes_mapped, flags); in pagefault_mr()
[all …]
/Linux-v6.1/net/ipv4/
Dtcp.c2101 int bytes_mapped; in tcp_zerocopy_vm_insert_batch_error() local
2107 bytes_mapped = PAGE_SIZE * (leftover_pages - pages_remaining); in tcp_zerocopy_vm_insert_batch_error()
2108 *seq += bytes_mapped; in tcp_zerocopy_vm_insert_batch_error()
2109 *address += bytes_mapped; in tcp_zerocopy_vm_insert_batch_error()
2136 unsigned int bytes_mapped; in tcp_zerocopy_vm_insert_batch() local
2141 bytes_mapped = PAGE_SIZE * pages_mapped; in tcp_zerocopy_vm_insert_batch()
2145 *seq += bytes_mapped; in tcp_zerocopy_vm_insert_batch()
2146 *address += bytes_mapped; in tcp_zerocopy_vm_insert_batch()