Home
last modified time | relevance | path

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

/DragonOS/kernel/src/sched/
H A Dcputime.rs93 let mut accounted = Self::steal_account_process_time(max); in account_other_time() localVariable
95 if accounted < max { in account_other_time()
97 accounted += irqtime.irqtime_tick_accounted(max - accounted); in account_other_time()
100 accounted in account_other_time()