Lines Matching refs:flags
319 .flags in clocksource_enqueue_watchdog()
325 .flags in clocksource_enqueue_watchdog()
332 .flags in clocksource_enqueue_watchdog()
337 .flags in clocksource_enqueue_watchdog()
381 cs_data.flags.remove( in set_unstable()
385 .flags in set_unstable()
420 .flags in clocksource_dequeue_watchdog()
437 .flags in clocksource_dequeue_watchdog()
449 .flags in clocksource_dequeue_watchdog()
484 .flags in clocksource_dequeue_watchdog()
554 pub flags: ClocksourceFlags, field
567 flags: ClocksourceFlags, in new()
576 flags, in new()
600 pub fn set_flags(&mut self, flags: ClocksourceFlags) { in set_flags()
601 self.flags = flags; in set_flags()
604 pub fn remove_flags(&mut self, flags: ClocksourceFlags) { in remove_flags()
605 self.flags.remove(flags) in remove_flags()
608 pub fn insert_flags(&mut self, flags: ClocksourceFlags) { in insert_flags()
609 self.flags.insert(flags) in insert_flags()
680 .flags in clocksource_watchdog()
692 .flags in clocksource_watchdog()
696 .flags in clocksource_watchdog()
721 .flags in clocksource_watchdog()
724 .flags in clocksource_watchdog()
727 .flags in clocksource_watchdog()
731 .flags in clocksource_watchdog()
756 if data.flags.contains(ClocksourceFlags::CLOCK_SOURCE_UNSTABLE) { in clocksource_watchdog_kthread()
782 .flags in clocksource_reset_watchdog()