Home
last modified time | relevance | path

Searched refs:CP_USER (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/sys/sys/
H A Dsched.h81 #define CP_USER 0 macro
/openbsd-src/sys/kern/
H A Dkern_clock.c290 spc->spc_cp_time[CP_USER] += count; in statclock()
/openbsd-src/usr.bin/systat/
H A Dcpu.c229 print_fld_percentage(FLD_CPU_USR, _cs[CP_USER]);\
H A Dvmstat.c326 static char cpuorder[] = { CP_INTR, CP_SPIN, CP_SYS, CP_USER, CP_IDLE };
378 if (i == CP_USER) in showkre()
/openbsd-src/libexec/rpc.rstatd/
H A Drstat_proc.c67 int cp_xlat[CPUSTATES] = { CP_USER, CP_NICE, CP_SYS, CP_IDLE };
/openbsd-src/sys/arch/hppa/hppa/
H A Dautoconf.c116 cp_total = spc->spc_cp_time[CP_USER] + spc->spc_cp_time[CP_NICE] +
/openbsd-src/usr.bin/vmstat/
H A Dvmstat.c646 (void)printf("%2.0f ", (cur.cp_time[CP_USER] + cur.cp_time[CP_NICE]) * percent); in cpustats()