Home
last modified time | relevance | path

Searched refs:best (Results 1 – 2 of 2) sorted by relevance

/kernel/time/
Dclocksource.c994 struct clocksource *best, *cs; in __clocksource_select() local
997 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()
/kernel/module/
Dkallsyms.c267 unsigned int i, best = 0; in find_kallsyms_symbol() local
277 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()