Searched refs:end_prio (Results 1 – 1 of 1) sorted by relevance
3230 unsigned long start_prio, end_prio; in timehist_parse_prio_str() local3245 end_prio = strtoul(str, &p, 0); in timehist_parse_prio_str()3247 if (end_prio >= MAX_PRIO || (*p != '\0' && *p != ',')) in timehist_parse_prio_str()3250 if (end_prio < start_prio) in timehist_parse_prio_str()3253 end_prio = start_prio; in timehist_parse_prio_str()3256 for (; start_prio <= end_prio; start_prio++) in timehist_parse_prio_str()