Searched refs:ClocksourceFlags (Results 1 – 2 of 2) sorted by relevance
82 pub struct ClocksourceFlags: u64 {108 impl ClocksourceFlags { implementation320 .contains(ClocksourceFlags::CLOCK_SOURCE_MUST_VERIFY) in clocksource_enqueue_watchdog()326 .remove(ClocksourceFlags::CLOCK_SOURCE_WATCHDOG); in clocksource_enqueue_watchdog()333 .contains(ClocksourceFlags::CLOCK_SOURCE_IS_CONTINUOUS) in clocksource_enqueue_watchdog()338 .insert(ClocksourceFlags::CLOCK_SOURCE_VALID_FOR_HRES); in clocksource_enqueue_watchdog()382 ClocksourceFlags::CLOCK_SOURCE_VALID_FOR_HRES | ClocksourceFlags::CLOCK_SOURCE_WATCHDOG, in set_unstable()386 .insert(ClocksourceFlags::CLOCK_SOURCE_UNSTABLE); in set_unstable()421 .contains(ClocksourceFlags::CLOCK_SOURCE_MUST_VERIFY) in clocksource_dequeue_watchdog()438 .remove(ClocksourceFlags::CLOCK_SOURCE_WATCHDOG); in clocksource_dequeue_watchdog()[all …]
9 clocksource::{Clocksource, ClocksourceData, ClocksourceFlags, ClocksourceMask, CycleNum, HZ},72 flags: ClocksourceFlags::new(0), in new()