Searched defs:rating (Results 1 - 1 of 1) sorted by relevance

/kernel/time/
H A Dclocksource.c196 static void __clocksource_change_rating(struct clocksource *cs, int rating);
400 if (!watchdog || cs->rating > watchdog->rating) {
611 * We pick the clocksource with the highest rating. If oneshot
613 * the best rating.
669 * Select the clocksource with the best rating, or the clocksource,
712 * Enqueue the clocksource sorted by rating
721 if (tmp->rating >= cs->rating)
832 static void __clocksource_change_rating(struct clocksource *cs, int rating) argument
844 clocksource_change_rating(struct clocksource *cs, int rating) argument
[all...]

Completed in 47 milliseconds