Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_eal/common/
H A Deal_internal_cfg.h83 char *hugefile_prefix; /**< the base filename of hugetlbfs files */ member
H A Deal_common_options.c304 if (internal_conf->hugefile_prefix != NULL) in eal_get_hugefile_prefix()
305 return internal_conf->hugefile_prefix; in eal_get_hugefile_prefix()
317 internal_cfg->hugefile_prefix = NULL; in eal_reset_internal_config()
1833 if (internal_cfg->hugefile_prefix != NULL) in eal_cleanup_config()
1834 free(internal_cfg->hugefile_prefix); in eal_cleanup_config()
1891 if (internal_cfg->hugefile_prefix != NULL && in eal_check_common_options()
1892 strlen(internal_cfg->hugefile_prefix) < 1) { in eal_check_common_options()
/f-stack/dpdk/app/test/
H A Dtest_eal_flags.c83 char hugefile_prefix[PATH_MAX] = {0}; in process_hugefiles() local
89 const int prefix_len = snprintf(hugefile_prefix, in process_hugefiles()
90 sizeof(hugefile_prefix), "%smap_", prefix); in process_hugefiles()
91 if (prefix_len <= 0 || prefix_len >= (int)sizeof(hugefile_prefix) in process_hugefiles()
120 if (memcmp(dirent->d_name, hugefile_prefix, prefix_len) != 0) in process_hugefiles()
/f-stack/dpdk/lib/librte_eal/linux/
H A Deal.c743 if (internal_conf->hugefile_prefix != NULL) in eal_parse_args()
744 free(internal_conf->hugefile_prefix); in eal_parse_args()
745 internal_conf->hugefile_prefix = prefix; in eal_parse_args()