Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/clocksource/
Dtimer-ti-32k.c101 ti_32k_timer.cs.flags |= CLOCK_SOURCE_SUSPEND_NONSTOP; in ti_32k_timer_init()
Dtimer-sprd.c190 .flags = CLOCK_SOURCE_IS_CONTINUOUS | CLOCK_SOURCE_SUSPEND_NONSTOP,
Dtime-pistachio.c147 CLOCK_SOURCE_SUSPEND_NONSTOP,
Darm_arch_timer.c943 clocksource_counter.flags |= CLOCK_SOURCE_SUSPEND_NONSTOP; in arch_counter_register()
/Linux-v4.19/include/linux/
Dclocksource.h121 #define CLOCK_SOURCE_SUSPEND_NONSTOP 0x80 macro
/Linux-v4.19/kernel/time/
Dclocksource.c484 if (!(cs->flags & CLOCK_SOURCE_SUSPEND_NONSTOP)) in __clocksource_suspend_select()
/Linux-v4.19/arch/x86/kernel/
Dtsc.c1354 clocksource_tsc.flags |= CLOCK_SOURCE_SUSPEND_NONSTOP; in init_tsc_clocksource()