Searched refs:bytes_mapped (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/drivers/infiniband/hw/mlx5/ |
D | odp.c | 553 u64 user_va, size_t bcnt, u32 *bytes_mapped, in pagefault_real_mr() argument 591 if (bytes_mapped) { in pagefault_real_mr() 595 *bytes_mapped += min_t(u32, new_mappings, bcnt); in pagefault_real_mr() 606 size_t bcnt, u32 *bytes_mapped, u32 flags) in pagefault_implicit_mr() argument 647 bytes_mapped, flags); in pagefault_implicit_mr() 691 u32 *bytes_mapped, u32 flags) in pagefault_dmabuf_mr() argument 722 if (bytes_mapped) in pagefault_dmabuf_mr() 723 *bytes_mapped += bcnt; in pagefault_dmabuf_mr() 738 u32 *bytes_mapped, u32 flags) in pagefault_mr() argument 746 return pagefault_dmabuf_mr(mr, bcnt, bytes_mapped, flags); in pagefault_mr() [all …]
|
/linux-6.6.21/net/ipv4/ |
D | tcp.c | 1970 int bytes_mapped; in tcp_zerocopy_vm_insert_batch_error() local 1976 bytes_mapped = PAGE_SIZE * (leftover_pages - pages_remaining); in tcp_zerocopy_vm_insert_batch_error() 1977 *seq += bytes_mapped; in tcp_zerocopy_vm_insert_batch_error() 1978 *address += bytes_mapped; in tcp_zerocopy_vm_insert_batch_error() 2005 unsigned int bytes_mapped; in tcp_zerocopy_vm_insert_batch() local 2010 bytes_mapped = PAGE_SIZE * pages_mapped; in tcp_zerocopy_vm_insert_batch() 2014 *seq += bytes_mapped; in tcp_zerocopy_vm_insert_batch() 2015 *address += bytes_mapped; in tcp_zerocopy_vm_insert_batch()
|