Home
last modified time | relevance | path

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

/DragonOS/kernel/src/time/
H A Djiffies.rs64 d.cycle_last = data.cycle_last; in update_clocksource_data()
86 cycle_last: CycleNum::new(0), in new()
H A Dtimekeeping.rs119 clock_data.cycle_last = clock.read(); in timekeeper_setup_internals()
151 let cycle_delta = (cycle_now.div(clock_data.cycle_last)).data() & clock_data.mask.bits(); in timekeeping_get_ns()
269 .cycle_last in logarithmic_accumulation()
403 let mut offset = (clock.read().div(clock_data.cycle_last).data()) & clock_data.mask.bits(); in update_wall_time()
H A Dclocksource.rs682 pub cycle_last: CycleNum, field
711 cycle_last: CycleNum(0), in new()
/DragonOS/kernel/src/driver/clocksource/
H A Dacpi_pm.rs94 cycle_last: CycleNum::new(0), in new()
133 d.cycle_last = data.cycle_last; in update_clocksource_data()