Searched refs:update_clocksource_data (Results 1 – 3 of 3) sorted by relevance
204 fn update_clocksource_data(&self, _data: ClocksourceData) -> Result<(), SystemError> { in update_clocksource_data() method273 self.update_clocksource_data(cs_data)?; in register()327 cs.update_clocksource_data(cs_data)?; in clocksource_enqueue_watchdog()339 cs.update_clocksource_data(cs_data.clone())?; in clocksource_enqueue_watchdog()387 self.update_clocksource_data(cs_data)?; in set_unstable()486 self.update_clocksource_data(cs_data) in clocksource_dequeue_watchdog()535 self.update_clocksource_data(data) in clocksource_change_rating()700 cs.update_clocksource_data(cs_data.clone())?; in clocksource_watchdog()712 cs.update_clocksource_data(cs_data.clone())?; in clocksource_watchdog()733 cs.update_clocksource_data(cs_data)?; in clocksource_watchdog()
47 fn update_clocksource_data(&self, _data: ClocksourceData) -> Result<(), SystemError> { in update_clocksource_data() method
108 if clock.update_clocksource_data(clock_data).is_err() { in timekeeper_setup_internals()