Searched defs:n_pages (Results 1 – 7 of 7) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_external_mem.c | 26 check_mem(void *addr, rte_iova_t *iova, size_t pgsz, int n_pages) in check_mem() 65 int n_pages) in test_malloc_invalid_param() 270 int n_pages) in test_malloc_basic() 395 int n_pages) in test_extmem_invalid_param() 504 int n_pages) in test_extmem_basic() 539 int ret, n_pages; in test_external_mem() local
|
| /f-stack/dpdk/lib/librte_eal/freebsd/ |
| H A D | eal_memory.c | 106 unsigned int n_pages, max_pages; in rte_eal_hugepage_init() local
|
| /f-stack/dpdk/lib/librte_eal/linux/ |
| H A D | eal_memory.c | 835 prealloc_segments(struct hugepage_file *hugepages, int n_pages) 992 remap_needed_hugepages(struct hugepage_file *hugepages, int n_pages)
|
| /f-stack/dpdk/lib/librte_eal/common/ |
| H A D | rte_malloc.c | 398 rte_iova_t iova_addrs[], unsigned int n_pages, size_t page_sz) in rte_malloc_heap_memory_add()
|
| H A D | eal_common_memory.c | 891 unsigned int n_pages, size_t page_sz) in rte_extmem_register()
|
| H A D | malloc_heap.c | 1105 unsigned int n_pages, size_t page_sz, const char *seg_name, in malloc_heap_create_external_seg()
|
| /f-stack/dpdk/app/test-pmd/ |
| H A D | testpmd.c | 641 unsigned int n_pages, mbuf_per_pg, leftover; in calc_mem_size() local 718 unsigned int cur_page, n_pages, pgsz_idx; in create_extmem() local
|