Home
last modified time | relevance | path

Searched refs:rte_eal_has_hugepages (Results 1 – 17 of 17) sorted by relevance

/f-stack/dpdk/lib/librte_eal/common/
H A Deal_common_config.c81 rte_eal_has_hugepages(void) in rte_eal_has_hugepages() function
H A Deal_common_memalloc.c91 if (!rte_eal_has_hugepages()) { in eal_memalloc_is_contig()
H A Deal_common_memzone.c134 if (!rte_eal_has_hugepages() && socket_id < RTE_MAX_NUMA_NODES) in memzone_reserve_aligned_thread_unsafe()
H A Dmalloc_heap.c707 if (!rte_eal_has_hugepages() && socket_arg < RTE_MAX_NUMA_NODES) in malloc_heap_alloc()
770 if (!rte_eal_has_hugepages()) in malloc_heap_alloc_biggest()
H A Drte_malloc.c74 !rte_eal_has_hugepages()) in malloc_socket()
H A Dmalloc_elem.c67 rte_eal_has_hugepages()))) in malloc_elem_find_max_iova_contig()
/f-stack/dpdk/lib/librte_eal/include/
H A Drte_eal.h412 int rte_eal_has_hugepages(void);
/f-stack/dpdk/lib/librte_eal/
H A Drte_eal_exports.def43 rte_eal_has_hugepages
H A Dversion.map50 rte_eal_has_hugepages;
/f-stack/dpdk/app/test/
H A Dtest_table_pipeline.c193 if (rte_eal_has_hugepages()) { in check_pipeline_invalid_params()
H A Dtest_acl.c1401 if (rte_eal_has_hugepages()) { in test_invalid_parameters()
H A Dtest_hash.c1148 if (rte_eal_has_hugepages()) { in fbk_hash_unit_test()
/f-stack/dpdk/lib/librte_mempool/
H A Drte_mempool.c457 else if (rte_eal_has_hugepages() || alloc_in_ext_mem) in rte_mempool_get_page_size()
/f-stack/dpdk/drivers/net/octeontx/
H A Docteontx_ethdev.c416 if (!rte_eal_has_hugepages()) { in octeontx_dev_configure()
/f-stack/dpdk/lib/librte_eal/linux/
H A Deal_memory.c1667 if (rte_eal_has_hugepages() != 0 &&
/f-stack/dpdk/drivers/net/thunderx/
H A Dnicvf_ethdev.c1920 if (!rte_eal_has_hugepages()) { in nicvf_dev_configure()
/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_ethdev.c1819 if (rte_eal_has_hugepages() == 0) { in otx2_nix_configure()