Home
last modified time | relevance | path

Searched refs:CPUTIME_NICE (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/kernel/sched/
H A Dcpuacct.c117 data = cpustat[CPUTIME_USER] + cpustat[CPUTIME_NICE]; in cpuacct_cpuusage_read()
151 cpustat[CPUTIME_USER] = cpustat[CPUTIME_NICE] = 0; in cpuacct_cpuusage_write()
273 cputime.utime += cpustat[CPUTIME_NICE]; in cpuacct_stats_show()
H A Dcputime.c129 index = (task_nice(p) > 0) ? CPUTIME_NICE : CPUTIME_USER; in account_user_time()
154 task_group_account_field(p, CPUTIME_NICE, cputime); in account_guest_time()
966 case CPUTIME_NICE: in kcpustat_field_vtime()
1055 cpustat[CPUTIME_NICE] += vtime->utime + delta; in kcpustat_cpu_fetch_vtime()
1062 cpustat[CPUTIME_NICE] += vtime->gtime + delta; in kcpustat_cpu_fetch_vtime()
/openbmc/linux/fs/proc/
H A Dstat.c106 nice += cpustat[CPUTIME_NICE]; in show_stat()
147 nice = cpustat[CPUTIME_NICE]; in show_stat()
/openbmc/linux/drivers/cpufreq/
H A Dcpufreq_governor.c108 j_cdbs->prev_cpu_nice = kcpustat_field(&kcpustat_cpu(j), CPUTIME_NICE, j); in gov_update_cpu_data()
152 u64 cur_nice = kcpustat_field(&kcpustat_cpu(j), CPUTIME_NICE, j); in dbs_update()
541 j_cdbs->prev_cpu_nice = kcpustat_field(&kcpustat_cpu(j), CPUTIME_NICE, j); in cpufreq_dbs_governor_start()
H A Dcpufreq.c145 busy_time += kcpustat.cpustat[CPUTIME_NICE]; in get_cpu_idle_time_jiffy()
/openbmc/linux/include/linux/
H A Dkernel_stat.h22 CPUTIME_NICE, enumerator
/openbmc/linux/kernel/cgroup/
H A Drstat.c421 case CPUTIME_NICE: in __cgroup_account_cputime_field()
462 user += cpustat[CPUTIME_NICE]; in root_cgroup_cputime()
/openbmc/linux/arch/s390/appldata/
H A Dappldata_os.c113 nsecs_to_jiffies(kcpustat_cpu(i).cpustat[CPUTIME_NICE]); in appldata_get_os_data()
/openbmc/linux/drivers/leds/trigger/
H A Dledtrig-activity.c66 + kcpustat.cpustat[CPUTIME_NICE] in led_activity_function()
/openbmc/linux/drivers/macintosh/
H A Drack-meter.c90 retval += kcpustat_field(kcpustat, CPUTIME_NICE, cpu); in get_cpu_idle_time()