Home
last modified time | relevance | path

Searched refs:RTE_PTR_ALIGN_CEIL (Results 1 – 13 of 13) sorted by relevance

/f-stack/dpdk/lib/librte_acl/
H A Dtb_mem.c42 block->mem = RTE_PTR_ALIGN_CEIL(ptr, pool->alignment); in tb_pool()
/f-stack/dpdk/lib/librte_eal/common/
H A Deal_common_memalloc.c95 aligned_end = RTE_PTR_ALIGN_CEIL(end, pgsz); in eal_memalloc_is_contig()
118 aligned_end = RTE_PTR_ALIGN_CEIL(end, pgsz); in eal_memalloc_is_contig()
H A Dmalloc_elem.c53 contig_seg_start = RTE_PTR_ALIGN_CEIL(data_start, align); in malloc_elem_find_max_iova_contig()
663 split_pt = RTE_PTR_ALIGN_CEIL(split_pt, RTE_CACHE_LINE_SIZE); in malloc_elem_resize()
H A Dmalloc_heap.c211 void *aligned = RTE_PTR_ALIGN_CEIL(data_start, in find_biggest_element()
878 aligned_start = RTE_PTR_ALIGN_CEIL(start, page_sz); in malloc_heap_free()
H A Deal_common_options.c1380 RTE_PTR_ALIGN_CEIL((uintptr_t)addr, (size_t)RTE_PGSIZE_16M); in eal_parse_base_virtaddr()
/f-stack/freebsd/contrib/dpdk_rte_lpm/
H A Drte_common.h256 #define RTE_PTR_ALIGN_CEIL(ptr, align) \ macro
275 #define RTE_PTR_ALIGN(ptr, align) RTE_PTR_ALIGN_CEIL(ptr, align)
/f-stack/dpdk/lib/librte_eal/include/
H A Drte_common.h295 #define RTE_PTR_ALIGN_CEIL(ptr, align) \ macro
314 #define RTE_PTR_ALIGN(ptr, align) RTE_PTR_ALIGN_CEIL(ptr, align)
/f-stack/dpdk/lib/librte_mempool/
H A Drte_mempool_ops_default.c116 off += RTE_PTR_ALIGN_CEIL(va + off, pg_sz) - (va + off); in rte_mempool_op_populate_helper()
H A Drte_mempool.c340 off = RTE_PTR_ALIGN_CEIL(vaddr, 8) - vaddr; in rte_mempool_populate_iova()
342 off = RTE_PTR_ALIGN_CEIL(vaddr, RTE_MEMPOOL_ALIGN) - vaddr; in rte_mempool_populate_iova()
407 (size_t)(RTE_PTR_ALIGN_CEIL(addr + off + 1, pg_sz) - in rte_mempool_populate_virt()
/f-stack/dpdk/drivers/mempool/bucket/
H A Drte_mempool_bucket.c379 align = (uintptr_t)RTE_PTR_ALIGN_CEIL(memhdr->addr, bucket_page_sz) - in count_underfilled_buckets()
605 align = RTE_PTR_ALIGN_CEIL((uintptr_t)vaddr, bucket_page_sz) - in bucket_populate()
/f-stack/dpdk/app/test/
H A Dtest_common.c184 val = RTE_PTR_ALIGN_CEIL((uintptr_t)i, p); in test_align()
/f-stack/dpdk/drivers/common/mlx5/
H A Dmlx5_common_mr.c671 bmp_mem = RTE_PTR_ALIGN_CEIL(mr + 1, RTE_CACHE_LINE_SIZE); in mlx5_mr_create_primary()
/f-stack/dpdk/drivers/net/mlx4/
H A Dmlx4_mr.c681 bmp_mem = RTE_PTR_ALIGN_CEIL(mr + 1, RTE_CACHE_LINE_SIZE); in mlx4_mr_create_primary()