Searched refs:accounted (Results 1 – 1 of 1) sorted by relevance
291 u64 accounted; in account_other_time() local295 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()