Searched refs:CPUTIME_IRQ (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/kernel/sched/ |
H A D | cpuacct.c | 120 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 D | cputime.c | 75 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 D | stat.c | 110 irq += cpustat[CPUTIME_IRQ]; in show_stat() 151 irq = cpustat[CPUTIME_IRQ]; in show_stat()
|
/openbmc/linux/include/linux/ |
H A D | kernel_stat.h | 25 CPUTIME_IRQ, enumerator
|
/openbmc/linux/kernel/cgroup/ |
H A D | rstat.c | 425 case CPUTIME_IRQ: in __cgroup_account_cputime_field() 466 sys += cpustat[CPUTIME_IRQ]; in root_cgroup_cputime()
|
/openbmc/linux/arch/s390/appldata/ |
H A D | appldata_os.c | 119 nsecs_to_jiffies(kcpustat_cpu(i).cpustat[CPUTIME_IRQ]); in appldata_get_os_data()
|
/openbmc/linux/drivers/leds/trigger/ |
H A D | ledtrig-activity.c | 69 + kcpustat.cpustat[CPUTIME_IRQ]; in led_activity_function()
|
/openbmc/linux/arch/ia64/kernel/ |
H A D | time.c | 90 account_system_index_time(tsk, delta, CPUTIME_IRQ); in vtime_flush()
|
/openbmc/linux/arch/s390/kernel/ |
H A D | vtime.c | 178 account_system_index_scaled(tsk, hardirq, CPUTIME_IRQ); in do_account_vtime()
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | time.c | 343 CPUTIME_IRQ); in vtime_flush()
|
/openbmc/linux/kernel/rcu/ |
H A D | tree_stall.h | 450 rsr.cputime_irq = kcpustat_field(kcsp, CPUTIME_IRQ, cpu); in print_cpu_stat_info()
|
H A D | tree.c | 889 rsrp->cputime_irq = kcpustat_field(kcsp, CPUTIME_IRQ, cpu); in rcu_implicit_dynticks_qs()
|
/openbmc/linux/drivers/cpufreq/ |
H A D | cpufreq.c | 142 busy_time += kcpustat.cpustat[CPUTIME_IRQ]; in get_cpu_idle_time_jiffy()
|