Home
last modified time | relevance | path

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

/linux-6.15/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.c127 index = (task_nice(p) > 0) ? CPUTIME_NICE : CPUTIME_USER; in account_user_time()
152 task_group_account_field(p, CPUTIME_NICE, cputime); in account_guest_time()
951 case CPUTIME_NICE: in kcpustat_field_vtime()
1040 cpustat[CPUTIME_NICE] += vtime->utime + delta; in kcpustat_cpu_fetch_vtime()
1047 cpustat[CPUTIME_NICE] += vtime->gtime + delta; in kcpustat_cpu_fetch_vtime()
/linux-6.15/fs/proc/
H A Dstat.c106 nice += cpustat[CPUTIME_NICE]; in show_stat()
147 nice = cpustat[CPUTIME_NICE]; in show_stat()
/linux-6.15/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()
168 u64 cur_nice = kcpustat_field(&kcpustat_cpu(j), CPUTIME_NICE, j); in dbs_update()
542 j_cdbs->prev_cpu_nice = kcpustat_field(&kcpustat_cpu(j), CPUTIME_NICE, j); in cpufreq_dbs_governor_start()
H A Dcpufreq.c147 busy_time += kcpustat.cpustat[CPUTIME_NICE]; in get_cpu_idle_time_jiffy()
/linux-6.15/kernel/cgroup/
H A Drstat.c498 case CPUTIME_NICE: in __cgroup_account_cputime_field()
542 user += cpustat[CPUTIME_NICE]; in root_cgroup_cputime()
556 bstat->ntime += cpustat[CPUTIME_NICE]; in root_cgroup_cputime()
/linux-6.15/include/linux/
H A Dkernel_stat.h21 CPUTIME_NICE, enumerator
/linux-6.15/arch/s390/appldata/
H A Dappldata_os.c113 nsecs_to_jiffies(kcpustat_cpu(i).cpustat[CPUTIME_NICE]); in appldata_get_os_data()
/linux-6.15/drivers/leds/trigger/
H A Dledtrig-activity.c66 + kcpustat.cpustat[CPUTIME_NICE] in led_activity_function()
/linux-6.15/drivers/macintosh/
H A Drack-meter.c90 retval += kcpustat_field(kcpustat, CPUTIME_NICE, cpu); in get_cpu_idle_time()