Lines Matching refs:flags
439 .flags in clocksource_enqueue_watchdog()
445 .flags in clocksource_enqueue_watchdog()
452 .flags in clocksource_enqueue_watchdog()
457 .flags in clocksource_enqueue_watchdog()
500 cs_data.flags.remove( in set_unstable()
504 .flags in set_unstable()
539 .flags in clocksource_dequeue_watchdog()
556 .flags in clocksource_dequeue_watchdog()
568 .flags in clocksource_dequeue_watchdog()
603 .flags in clocksource_dequeue_watchdog()
673 pub flags: ClocksourceFlags, field
695 flags: ClocksourceFlags, in new()
706 flags, in new()
734 pub fn set_flags(&mut self, flags: ClocksourceFlags) { in set_flags()
735 self.flags = flags; in set_flags()
738 pub fn remove_flags(&mut self, flags: ClocksourceFlags) { in remove_flags()
739 self.flags.remove(flags) in remove_flags()
742 pub fn insert_flags(&mut self, flags: ClocksourceFlags) { in insert_flags()
743 self.flags.insert(flags) in insert_flags()
815 .flags in clocksource_watchdog()
844 .flags in clocksource_watchdog()
849 .flags in clocksource_watchdog()
886 .flags in clocksource_watchdog()
889 .flags in clocksource_watchdog()
892 .flags in clocksource_watchdog()
896 .flags in clocksource_watchdog()
924 if data.flags.contains(ClocksourceFlags::CLOCK_SOURCE_UNSTABLE) { in __clocksource_watchdog_kthread()
968 .flags in clocksource_reset_watchdog()