Home
last modified time | relevance | path

Searched refs:CPUTIME_SYSTEM (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()
274 cputime.stime += cpustat[CPUTIME_SYSTEM]; in cpuacct_stats_show()
H A Dcputime.c202 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 Dstat.c107 system += cpustat[CPUTIME_SYSTEM]; in show_stat()
148 system = cpustat[CPUTIME_SYSTEM]; in show_stat()
/openbmc/linux/include/linux/
H A Dkernel_stat.h23 CPUTIME_SYSTEM, enumerator
/openbmc/linux/kernel/cgroup/
H A Drstat.c424 case CPUTIME_SYSTEM: in __cgroup_account_cputime_field()
465 sys += cpustat[CPUTIME_SYSTEM]; in root_cgroup_cputime()
/openbmc/linux/arch/s390/appldata/
H A Dappldata_os.c115 nsecs_to_jiffies(kcpustat_cpu(i).cpustat[CPUTIME_SYSTEM]); in appldata_get_os_data()
/openbmc/linux/drivers/leds/trigger/
H A Dledtrig-activity.c67 + kcpustat.cpustat[CPUTIME_SYSTEM] in led_activity_function()
/openbmc/linux/arch/ia64/kernel/
H A Dtime.c85 account_system_index_time(tsk, delta, CPUTIME_SYSTEM); in vtime_flush()
/openbmc/linux/arch/s390/kernel/
H A Dvtime.c176 account_system_index_scaled(tsk, system, CPUTIME_SYSTEM); in do_account_vtime()
/openbmc/linux/arch/powerpc/kernel/
H A Dtime.c339 CPUTIME_SYSTEM); in vtime_flush()
/openbmc/linux/kernel/rcu/
H A Dtree_stall.h452 rsr.cputime_system = kcpustat_field(kcsp, CPUTIME_SYSTEM, cpu); in print_cpu_stat_info()
H A Dtree.c891 rsrp->cputime_system = kcpustat_field(kcsp, CPUTIME_SYSTEM, cpu); in rcu_implicit_dynticks_qs()
/openbmc/linux/drivers/cpufreq/
H A Dcpufreq.c141 busy_time += kcpustat.cpustat[CPUTIME_SYSTEM]; in get_cpu_idle_time_jiffy()