Searched refs:RTE_PTR_ALIGN_CEIL (Results 1 – 13 of 13) sorted by relevance
| /f-stack/dpdk/lib/librte_acl/ |
| H A D | tb_mem.c | 42 block->mem = RTE_PTR_ALIGN_CEIL(ptr, pool->alignment); in tb_pool()
|
| /f-stack/dpdk/lib/librte_eal/common/ |
| H A D | eal_common_memalloc.c | 95 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 D | malloc_elem.c | 53 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 D | malloc_heap.c | 211 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 D | eal_common_options.c | 1380 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 D | rte_common.h | 256 #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 D | rte_common.h | 295 #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 D | rte_mempool_ops_default.c | 116 off += RTE_PTR_ALIGN_CEIL(va + off, pg_sz) - (va + off); in rte_mempool_op_populate_helper()
|
| H A D | rte_mempool.c | 340 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 D | rte_mempool_bucket.c | 379 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 D | test_common.c | 184 val = RTE_PTR_ALIGN_CEIL((uintptr_t)i, p); in test_align()
|
| /f-stack/dpdk/drivers/common/mlx5/ |
| H A D | mlx5_common_mr.c | 671 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 D | mlx4_mr.c | 681 bmp_mem = RTE_PTR_ALIGN_CEIL(mr + 1, RTE_CACHE_LINE_SIZE); in mlx4_mr_create_primary()
|