string_to_prio 109 tools/power/cpupower/bench/main.c if (string_to_prio(optarg) != SCHED_ERR) { string_to_prio 110 tools/power/cpupower/bench/main.c config->prio = string_to_prio(optarg); string_to_prio 217 tools/power/cpupower/bench/parse.c if (string_to_prio(val) != SCHED_ERR) string_to_prio 218 tools/power/cpupower/bench/parse.c config->prio = string_to_prio(val); string_to_prio 34 tools/power/cpupower/bench/parse.h enum sched_prio string_to_prio(const char *str);