Home
last modified time | relevance | path

Searched refs:pages_to_map (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/
Dmr.c1037 size_t pages_to_map = 0; in mlx5_ib_update_xlt() local
1058 pages_to_map = ALIGN(npages, page_align); in mlx5_ib_update_xlt()
1059 size = desc_size * pages_to_map; in mlx5_ib_update_xlt()
1091 pages_to_map = min_t(size_t, pages_to_map, max_pages); in mlx5_ib_update_xlt()
1114 pages_mapped < pages_to_map && !err; in mlx5_ib_update_xlt()
1116 npages = min_t(int, pages_iter, pages_to_map - pages_mapped); in mlx5_ib_update_xlt()
1134 if (pages_mapped + pages_iter >= pages_to_map) { in mlx5_ib_update_xlt()
/kernel/linux/linux-5.10/drivers/net/xen-netback/
Dcommon.h173 struct page *pages_to_map[MAX_PENDING_REQS]; member
Dnetback.c349 queue->pages_to_map[mop-queue->tx_map_ops] = queue->mmap_pages[pending_idx]; in xenvif_tx_create_map_op()
1373 queue->pages_to_map, in xenvif_tx_action()
/kernel/linux/linux-5.10/net/ipv4/
Dtcp.c1825 unsigned long pages_to_map, in tcp_zerocopy_vm_insert_batch() argument
1831 unsigned long pages_remaining = pages_to_map; in tcp_zerocopy_vm_insert_batch()
1836 bytes_mapped = PAGE_SIZE * (pages_to_map - pages_remaining); in tcp_zerocopy_vm_insert_batch()