Lines Matching full:best
61 * Find the conversion shift/mult pair which has the best in clocks_calc_mult_shift()
368 /* Pick the best watchdog. */ in clocksource_select_watchdog()
479 /* Pick the best rating. */ in __clocksource_suspend_select()
485 * clocksource_suspend_select - Select the best clocksource for suspend timing
713 * the best rating. in clocksource_find_best()
728 struct clocksource *best, *cs; in __clocksource_select() local
730 /* Find the best suitable clocksource */ in __clocksource_select()
731 best = clocksource_find_best(oneshot, skipcur); in __clocksource_select()
732 if (!best) in __clocksource_select()
765 best = cs; in __clocksource_select()
770 if (curr_clocksource != best && !timekeeping_notify(best)) { in __clocksource_select()
771 pr_info("Switched to clocksource %s\n", best->name); in __clocksource_select()
772 curr_clocksource = best; in __clocksource_select()
777 * clocksource_select - Select the best clocksource available
781 * Select the clocksource with the best rating, or the clocksource,