Searched refs:hardirq (Results 1 – 2 of 2) sorted by relevance
120 u64 timer, clock, user, guest, system, hardirq, softirq; in do_account_vtime() local151 hardirq = update_tsk_timer(&tsk->thread.hardirq_timer, in do_account_vtime()156 clock - user - guest - system - hardirq - softirq; in do_account_vtime()171 if (hardirq) in do_account_vtime()172 account_system_index_scaled(tsk, hardirq, CPUTIME_IRQ); in do_account_vtime()176 return virt_timer_forward(user + guest + system + hardirq + softirq); in do_account_vtime()
1097 in the end of an hardirq.
Completed in 11 milliseconds