Home
last modified time | relevance | path

Searched refs:clocksource_data (Results 1 – 4 of 4) sorted by relevance

/DragonOS/kernel/src/time/
H A Dclocksource.rs168 let mut wd_data = self.watchdog.as_ref().unwrap().clone().clocksource_data(); in clocksource_start_watchdog()
228 fn clocksource_data(&self) -> ClocksourceData; in clocksource_data() method
276 let cs_data_guard = self.clocksource_data(); in clocksource_max_deferment()
317 let cs_data = self.clocksource_data(); in clocksource_max_adjustment()
326 let mut cs_data = self.clocksource_data(); in clocksource_update_freq_scale()
344 let mut cs_data = self.clocksource_data(); in clocksource_update_freq_scale()
358 && (self.clocksource_data().mult + self.clocksource_data().maxadj in clocksource_update_freq_scale()
359 < self.clocksource_data().mult in clocksource_update_freq_scale()
360 || self.clocksource_data().mult - self.clocksource_data().maxadj in clocksource_update_freq_scale()
361 > self.clocksource_data().mult) in clocksource_update_freq_scale()
[all …]
H A Dtimekeeping.rs118 let mut clock_data = clock.clocksource_data(); in timekeeper_setup_internals()
125 let clock_data = clock.clocksource_data(); in timekeeper_setup_internals()
150 let clock_data = clock.clocksource_data(); in timekeeping_get_ns()
226 let clock_data = timekeeper.clock.clone().unwrap().clocksource_data(); in timekeeping_adjust()
257 let clock_data = clock.clocksource_data(); in logarithmic_accumulation()
401 let clock_data = clock.clocksource_data(); in update_wall_time()
H A Djiffies.rs43 fn clocksource_data(&self) -> ClocksourceData { in clocksource_data() method
/DragonOS/kernel/src/driver/clocksource/
H A Dacpi_pm.rs111 fn clocksource_data(&self) -> ClocksourceData { in clocksource_data() method