Home
last modified time | relevance | path

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

/DragonOS/kernel/src/sched/
H A Dcputime.rs81 let other = Self::account_other_time(u64::MAX); in irqtime_account_process_tick()
90 pub fn account_other_time(max: u64) -> u64 { in account_other_time() method