Searched refs:bytes_mapped (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/infiniband/hw/mlx5/ |
H A D | odp.c | 683 u64 user_va, size_t bcnt, u32 *bytes_mapped, in pagefault_real_mr() argument 721 if (bytes_mapped) { in pagefault_real_mr() 725 *bytes_mapped += min_t(u32, new_mappings, bcnt); in pagefault_real_mr() 736 size_t bcnt, u32 *bytes_mapped, u32 flags) in pagefault_implicit_mr() argument 777 bytes_mapped, flags); in pagefault_implicit_mr() 821 u32 *bytes_mapped, u32 flags) in pagefault_dmabuf_mr() argument 853 if (bytes_mapped) in pagefault_dmabuf_mr() 854 *bytes_mapped += bcnt; in pagefault_dmabuf_mr() 869 u32 *bytes_mapped, u32 flags, bool permissive_fault) in pagefault_mr() argument 877 return pagefault_dmabuf_mr(mr, bcnt, bytes_mapped, flags); in pagefault_mr() [all …]
|
/linux/net/ipv4/ |
H A D | tcp.c | 2002 int bytes_mapped; in tcp_zerocopy_vm_insert_batch_error() local 2008 bytes_mapped = PAGE_SIZE * (leftover_pages - pages_remaining); in tcp_zerocopy_vm_insert_batch_error() 2009 *seq += bytes_mapped; in tcp_zerocopy_vm_insert_batch_error() 2010 *address += bytes_mapped; in tcp_zerocopy_vm_insert_batch_error() 2037 unsigned int bytes_mapped; in tcp_zerocopy_vm_insert_batch() local 2042 bytes_mapped = PAGE_SIZE * pages_mapped; in tcp_zerocopy_vm_insert_batch() 2046 *seq += bytes_mapped; in tcp_zerocopy_vm_insert_batch() 2047 *address += bytes_mapped; in tcp_zerocopy_vm_insert_batch()
|