Searched refs:hugefile_prefix (Results 1 – 4 of 4) sorted by relevance
92 char *hugefile_prefix; /**< the base filename of hugetlbfs files */ member
297 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()
172 char hugefile_prefix[PATH_MAX] = {0}; in process_hugefiles() local178 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()
648 free(internal_conf->hugefile_prefix); in eal_parse_args()649 internal_conf->hugefile_prefix = prefix; in eal_parse_args()