Searched refs:CPUTIME_SYSTEM (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() 274 cputime.stime += cpustat[CPUTIME_SYSTEM]; in cpuacct_stats_show()
|
H A D | cputime.c | 202 index = CPUTIME_SYSTEM; in account_system_time() 408 account_system_index_time(p, cputime, CPUTIME_SYSTEM); in irqtime_account_process_tick() 958 case CPUTIME_SYSTEM: in kcpustat_field_vtime() 1052 cpustat[CPUTIME_SYSTEM] += vtime->stime + delta; in kcpustat_cpu_fetch_vtime()
|
/openbmc/linux/fs/proc/ |
H A D | stat.c | 107 system += cpustat[CPUTIME_SYSTEM]; in show_stat() 148 system = cpustat[CPUTIME_SYSTEM]; in show_stat()
|
/openbmc/linux/include/linux/ |
H A D | kernel_stat.h | 23 CPUTIME_SYSTEM, enumerator
|
/openbmc/linux/kernel/cgroup/ |
H A D | rstat.c | 424 case CPUTIME_SYSTEM: in __cgroup_account_cputime_field() 465 sys += cpustat[CPUTIME_SYSTEM]; in root_cgroup_cputime()
|
/openbmc/linux/arch/s390/appldata/ |
H A D | appldata_os.c | 115 nsecs_to_jiffies(kcpustat_cpu(i).cpustat[CPUTIME_SYSTEM]); in appldata_get_os_data()
|
/openbmc/linux/drivers/leds/trigger/ |
H A D | ledtrig-activity.c | 67 + kcpustat.cpustat[CPUTIME_SYSTEM] in led_activity_function()
|
/openbmc/linux/arch/ia64/kernel/ |
H A D | time.c | 85 account_system_index_time(tsk, delta, CPUTIME_SYSTEM); in vtime_flush()
|
/openbmc/linux/arch/s390/kernel/ |
H A D | vtime.c | 176 account_system_index_scaled(tsk, system, CPUTIME_SYSTEM); in do_account_vtime()
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | time.c | 339 CPUTIME_SYSTEM); in vtime_flush()
|
/openbmc/linux/kernel/rcu/ |
H A D | tree_stall.h | 452 rsr.cputime_system = kcpustat_field(kcsp, CPUTIME_SYSTEM, cpu); in print_cpu_stat_info()
|
H A D | tree.c | 891 rsrp->cputime_system = kcpustat_field(kcsp, CPUTIME_SYSTEM, cpu); in rcu_implicit_dynticks_qs()
|
/openbmc/linux/drivers/cpufreq/ |
H A D | cpufreq.c | 141 busy_time += kcpustat.cpustat[CPUTIME_SYSTEM]; in get_cpu_idle_time_jiffy()
|