Searched refs:lcore_start (Results 1 – 1 of 1) sorted by relevance
1163 const char *lcore_start = NULL; in eal_parse_lcores() local1196 lcore_start = lcores; in eal_parse_lcores()1199 if (*lcore_start == '(') { in eal_parse_lcores()1219 offset = strcspn(lcore_start, "(-"); in eal_parse_lcores()1220 if (offset < (end - lcore_start) && in eal_parse_lcores()1221 *(lcore_start + offset) != '(') in eal_parse_lcores()1229 if (eal_parse_set(lcore_start, &lcore_set) < 0) in eal_parse_lcores()