Searched refs:pri_two (Results 1 – 1 of 1) sorted by relevance
3318 sched_clutch_pri_greater_than_tiebreak(int pri_one, int pri_two, bool one_wins_ties) in sched_clutch_pri_greater_than_tiebreak() argument3321 return pri_one >= pri_two; in sched_clutch_pri_greater_than_tiebreak()3323 return pri_one > pri_two; in sched_clutch_pri_greater_than_tiebreak()