Home
last modified time | relevance | path

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

/openbmc/linux/kernel/time/
H A Dclocksource.c979 static struct clocksource *clocksource_find_best(bool oneshot, bool skipcur) in clocksource_find_best() argument
992 if (skipcur && cs == curr_clocksource) in clocksource_find_best()
1001 static void __clocksource_select(bool skipcur) in __clocksource_select() argument
1007 best = clocksource_find_best(oneshot, skipcur); in __clocksource_select()
1016 if (skipcur && cs == curr_clocksource) in __clocksource_select()