Home
last modified time | relevance | path

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

/linux/arch/ia64/kernel/
A Dtime.c87 if (ti->hardirq_time) { in vtime_flush()
88 delta = cycle_to_nsec(ti->hardirq_time); in vtime_flush()
101 ti->hardirq_time = 0; in vtime_flush()
167 ti->hardirq_time += vtime_delta(tsk); in vtime_account_hardirq()
/linux/arch/powerpc/include/asm/
A Daccounting.h19 unsigned long hardirq_time; member
/linux/arch/powerpc/kernel/
A Dtime.c385 vtime_account_irq_field(acct, &acct->hardirq_time); in vtime_account_hardirq()
432 if (acct->hardirq_time) in vtime_flush()
433 account_system_index_time(tsk, cputime_to_nsecs(acct->hardirq_time), in vtime_flush()
445 acct->hardirq_time = 0; in vtime_flush()
/linux/arch/ia64/include/asm/
A Dthread_info.h36 __u64 hardirq_time; member

Completed in 8 milliseconds