Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/clocksource/
Dtimer-ti-32k.c82 CLOCK_SOURCE_SUSPEND_NONSTOP,
Dtime-pistachio.c147 CLOCK_SOURCE_SUSPEND_NONSTOP,
Darm_arch_timer.c442 .flags = CLOCK_SOURCE_IS_CONTINUOUS | CLOCK_SOURCE_SUSPEND_NONSTOP,
/linux-4.4.14/include/linux/
Dclocksource.h109 #define CLOCK_SOURCE_SUSPEND_NONSTOP 0x80 macro
/linux-4.4.14/arch/x86/kernel/
Dtsc.c1163 clocksource_tsc.flags |= CLOCK_SOURCE_SUSPEND_NONSTOP; in init_tsc_clocksource()
/linux-4.4.14/kernel/time/
Dtimekeeping.c1386 if ((clock->flags & CLOCK_SOURCE_SUSPEND_NONSTOP) && in timekeeping_resume()