Searched refs:stat_lcore (Results 1 – 1 of 1) sorted by relevance
2826 parse_stat_lcore(const char *stat_lcore) in parse_stat_lcore() argument2831 lcore_id = strtoul(stat_lcore, &end, 10); in parse_stat_lcore()2832 if ((stat_lcore[0] == '\0') || (end == NULL) || (*end != '\0')) in parse_stat_lcore()