Lines Matching full:rating
195 static void clocksource_change_rating(struct clocksource *cs, int rating) in clocksource_change_rating() argument
198 cs->rating = rating; in clocksource_change_rating()
212 cs->rating = 0; in __clocksource_unstable()
659 if (!watchdog || cs->rating > watchdog->rating) in clocksource_select_watchdog()
775 /* Pick the best rating. */ in __clocksource_suspend_select()
776 if (!suspend_clocksource || cs->rating > suspend_clocksource->rating) in __clocksource_suspend_select()
1010 * We pick the clocksource with the highest rating. If oneshot in clocksource_find_best()
1012 * the best rating. in clocksource_find_best()
1080 * Select the clocksource with the best rating, or the clocksource,
1116 * Enqueue the clocksource sorted by rating
1125 if (tmp->rating < cs->rating) in clocksource_enqueue()