Home
last modified time | relevance | path

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

/kernel/sched/
Dcputime.c291 u64 accounted; in account_other_time() local
295 accounted = steal_account_process_time(max); in account_other_time()
297 if (accounted < max) in account_other_time()
298 accounted += irqtime_tick_accounted(max - accounted); in account_other_time()
300 return accounted; in account_other_time()