Searched refs:hardirq_time (Results 1 – 4 of 4) sorted by relevance
85 if (ti->hardirq_time) { in vtime_flush()86 delta = cycle_to_nsec(ti->hardirq_time); in vtime_flush()99 ti->hardirq_time = 0; in vtime_flush()143 ti->hardirq_time += stime; in vtime_account_system()
21 unsigned long hardirq_time; member
347 acct->hardirq_time += stime; in vtime_account_system()399 if (acct->hardirq_time) in vtime_flush()400 account_system_index_time(tsk, cputime_to_nsecs(acct->hardirq_time), in vtime_flush()414 acct->hardirq_time = 0; in vtime_flush()
36 __u64 hardirq_time; member