Home
last modified time | relevance | path

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

/arch/powerpc/include/asm/
Daccounting.h19 unsigned long hardirq_time; member
/arch/ia64/kernel/
Dtime.c86 if (ti->hardirq_time) { in vtime_flush()
87 delta = cycle_to_nsec(ti->hardirq_time); in vtime_flush()
100 ti->hardirq_time = 0; in vtime_flush()
144 ti->hardirq_time += stime; in vtime_account_kernel()
/arch/ia64/include/asm/
Dthread_info.h36 __u64 hardirq_time; member
/arch/powerpc/kernel/
Dtime.c352 acct->hardirq_time += stime; in vtime_account_kernel()
418 if (acct->hardirq_time) in vtime_flush()
419 account_system_index_time(tsk, cputime_to_nsecs(acct->hardirq_time), in vtime_flush()
431 acct->hardirq_time = 0; in vtime_flush()