Searched refs:lcore_start (Results 1 – 1 of 1) sorted by relevance
1040 const char *lcore_start = NULL; in eal_parse_lcores() local1073 lcore_start = lcores; in eal_parse_lcores()1076 if (*lcore_start == '(') { in eal_parse_lcores()1096 offset = strcspn(lcore_start, "(-"); in eal_parse_lcores()1097 if (offset < (end - lcore_start) && in eal_parse_lcores()1098 *(lcore_start + offset) != '(') in eal_parse_lcores()1106 if (eal_parse_set(lcore_start, &lcore_set) < 0) in eal_parse_lcores()