Searched refs:best (Results 1 – 2 of 2) sorted by relevance
994 struct clocksource *best, *cs; in __clocksource_select() local997 best = clocksource_find_best(oneshot, skipcur); in __clocksource_select()998 if (!best) in __clocksource_select()1031 best = cs; in __clocksource_select()1036 if (curr_clocksource != best && !timekeeping_notify(best)) { in __clocksource_select()1037 pr_info("Switched to clocksource %s\n", best->name); in __clocksource_select()1038 curr_clocksource = best; in __clocksource_select()
267 unsigned int i, best = 0; in find_kallsyms_symbol() local277 bestval = kallsyms_symbol_value(&kallsyms->symtab[best]); in find_kallsyms_symbol()299 best = i; in find_kallsyms_symbol()306 if (!best) in find_kallsyms_symbol()314 return kallsyms_symbol_name(kallsyms, best); in find_kallsyms_symbol()