Home
last modified time | relevance | path

Searched refs:CPUTIME_GUEST_NICE (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/proc/
H A Dstat.c114 guest_nice += cpustat[CPUTIME_GUEST_NICE]; in show_stat()
155 guest_nice = cpustat[CPUTIME_GUEST_NICE]; in show_stat()
/openbmc/linux/include/linux/
H A Dkernel_stat.h30 CPUTIME_GUEST_NICE, enumerator
/openbmc/linux/kernel/sched/
H A Dcputime.c155 cpustat[CPUTIME_GUEST_NICE] += cputime; in account_guest_time()
974 case CPUTIME_GUEST_NICE: in kcpustat_field_vtime()
1061 cpustat[CPUTIME_GUEST_NICE] += vtime->gtime + delta; in kcpustat_cpu_fetch_vtime()