Home
last modified time | relevance | path

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

/dpdk/lib/eal/common/
H A Deal_internal_cfg.h92 char *hugefile_prefix; /**< the base filename of hugetlbfs files */ member
H A Deal_common_options.c297 if (internal_conf->hugefile_prefix != NULL) in eal_get_hugefile_prefix()
298 return internal_conf->hugefile_prefix; in eal_get_hugefile_prefix()
310 internal_cfg->hugefile_prefix = NULL; in eal_reset_internal_config()
1990 free(internal_cfg->hugefile_prefix); in eal_cleanup_config()
2045 if (internal_cfg->hugefile_prefix != NULL && in eal_check_common_options()
2046 strlen(internal_cfg->hugefile_prefix) < 1) { in eal_check_common_options()
/dpdk/app/test/
H A Dtest_eal_flags.c172 char hugefile_prefix[PATH_MAX] = {0}; in process_hugefiles() local
178 const int prefix_len = snprintf(hugefile_prefix, in process_hugefiles()
179 sizeof(hugefile_prefix), "%smap_", prefix); in process_hugefiles()
180 if (prefix_len <= 0 || prefix_len >= (int)sizeof(hugefile_prefix) in process_hugefiles()
209 if (memcmp(dirent->d_name, hugefile_prefix, prefix_len) != 0) in process_hugefiles()
/dpdk/lib/eal/linux/
H A Deal.c648 free(internal_conf->hugefile_prefix); in eal_parse_args()
649 internal_conf->hugefile_prefix = prefix; in eal_parse_args()