Home
last modified time | relevance | path

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

/DragonOS/kernel/src/time/
H A Dclocksource.rs105 const CLOCK_SOURCE_IS_CONTINUOUS = 0x01; constant
453 .contains(ClocksourceFlags::CLOCK_SOURCE_IS_CONTINUOUS) in clocksource_enqueue_watchdog()
890 .contains(ClocksourceFlags::CLOCK_SOURCE_IS_CONTINUOUS) in clocksource_watchdog()
893 .contains(ClocksourceFlags::CLOCK_SOURCE_IS_CONTINUOUS) in clocksource_watchdog()
/DragonOS/kernel/src/driver/clocksource/
H A Dacpi_pm.rs89 flags: ClocksourceFlags::CLOCK_SOURCE_IS_CONTINUOUS, in new()