Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dclocksource.h109 #define CLOCK_SOURCE_SUSPEND_NONSTOP 0x80 macro
/linux-4.1.27/arch/x86/kernel/
Dtsc.c1145 clocksource_tsc.flags |= CLOCK_SOURCE_SUSPEND_NONSTOP; in init_tsc_clocksource()
/linux-4.1.27/drivers/clocksource/
Darm_arch_timer.c450 .flags = CLOCK_SOURCE_IS_CONTINUOUS | CLOCK_SOURCE_SUSPEND_NONSTOP,
/linux-4.1.27/kernel/time/
Dtimekeeping.c1387 if ((clock->flags & CLOCK_SOURCE_SUSPEND_NONSTOP) && in timekeeping_resume()