Searched refs:hugefile_prefix (Results 1 – 4 of 4) sorted by relevance
83 char *hugefile_prefix; /**< the base filename of hugetlbfs files */ member
304 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()
83 char hugefile_prefix[PATH_MAX] = {0}; in process_hugefiles() local89 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()
743 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()