Searched refs:parse_prio (Results 1 – 3 of 3) sorted by relevance
65 int parse_prio(char *arg, struct sched_attr *sched_param);
108 if (parse_prio(optarg, &common->sched_param) == -1) in common_parse_options()
430 int parse_prio(char *arg, struct sched_attr *sched_param) in parse_prio() function