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