Searched refs:oneshot (Results 1 – 2 of 2) sorted by relevance
969 static struct clocksource *clocksource_find_best(bool oneshot, bool skipcur) in clocksource_find_best() argument984 if (oneshot && !(cs->flags & CLOCK_SOURCE_VALID_FOR_HRES)) in clocksource_find_best()993 bool oneshot = tick_oneshot_mode_active(); in __clocksource_select() local997 best = clocksource_find_best(oneshot, skipcur); in __clocksource_select()1015 if (!(cs->flags & CLOCK_SOURCE_VALID_FOR_HRES) && oneshot) { in __clocksource_select()
18 obj-$(CONFIG_TICK_ONESHOT) += tick-oneshot.o tick-sched.o