Home
last modified time | relevance | path

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

/kernel/sched/
Dcputime.c264 u64 accounted; in account_other_time() local
268 accounted = steal_account_process_time(max); in account_other_time()
270 if (accounted < max) in account_other_time()
271 accounted += irqtime_tick_accounted(max - accounted); in account_other_time()
273 return accounted; in account_other_time()