Home
last modified time | relevance | path

Searched refs:CPUTIME_IRQ (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/kernel/sched/
H A Dcpuacct.c120 data = cpustat[CPUTIME_SYSTEM] + cpustat[CPUTIME_IRQ] + in cpuacct_cpuusage_read()
152 cpustat[CPUTIME_SYSTEM] = cpustat[CPUTIME_IRQ] = 0; in cpuacct_cpuusage_write()
275 cputime.stime += cpustat[CPUTIME_IRQ]; in cpuacct_stats_show()
H A Dcputime.c75 irqtime_account_delta(irqtime, delta, CPUTIME_IRQ); in irqtime_account_irq()
198 index = CPUTIME_IRQ; in account_system_time()
/openbmc/linux/fs/proc/
H A Dstat.c110 irq += cpustat[CPUTIME_IRQ]; in show_stat()
151 irq = cpustat[CPUTIME_IRQ]; in show_stat()
/openbmc/linux/include/linux/
H A Dkernel_stat.h25 CPUTIME_IRQ, enumerator
/openbmc/linux/kernel/cgroup/
H A Drstat.c425 case CPUTIME_IRQ: in __cgroup_account_cputime_field()
466 sys += cpustat[CPUTIME_IRQ]; in root_cgroup_cputime()
/openbmc/linux/arch/s390/appldata/
H A Dappldata_os.c119 nsecs_to_jiffies(kcpustat_cpu(i).cpustat[CPUTIME_IRQ]); in appldata_get_os_data()
/openbmc/linux/drivers/leds/trigger/
H A Dledtrig-activity.c69 + kcpustat.cpustat[CPUTIME_IRQ]; in led_activity_function()
/openbmc/linux/arch/ia64/kernel/
H A Dtime.c90 account_system_index_time(tsk, delta, CPUTIME_IRQ); in vtime_flush()
/openbmc/linux/arch/s390/kernel/
H A Dvtime.c178 account_system_index_scaled(tsk, hardirq, CPUTIME_IRQ); in do_account_vtime()
/openbmc/linux/arch/powerpc/kernel/
H A Dtime.c343 CPUTIME_IRQ); in vtime_flush()
/openbmc/linux/kernel/rcu/
H A Dtree_stall.h450 rsr.cputime_irq = kcpustat_field(kcsp, CPUTIME_IRQ, cpu); in print_cpu_stat_info()
H A Dtree.c889 rsrp->cputime_irq = kcpustat_field(kcsp, CPUTIME_IRQ, cpu); in rcu_implicit_dynticks_qs()
/openbmc/linux/drivers/cpufreq/
H A Dcpufreq.c142 busy_time += kcpustat.cpustat[CPUTIME_IRQ]; in get_cpu_idle_time_jiffy()