Searched refs:end_prio (Results 1 – 1 of 1) sorted by relevance
3173 unsigned long start_prio, end_prio; in timehist_parse_prio_str() local3188 end_prio = strtoul(str, &p, 0); in timehist_parse_prio_str()3190 if (end_prio >= MAX_PRIO || (*p != '\0' && *p != ',')) in timehist_parse_prio_str()3193 if (end_prio < start_prio) in timehist_parse_prio_str()3196 end_prio = start_prio; in timehist_parse_prio_str()3199 for (; start_prio <= end_prio; start_prio++) in timehist_parse_prio_str()