Searched refs:CP_SPIN (Results 1 – 5 of 5) sorted by relevance
312 CP_SPIN : CP_INTR] += count; in statclock()318 CP_SPIN : CP_SYS] += count; in statclock()321 CP_SPIN : CP_IDLE] += count; in statclock()
84 #define CP_SPIN 3 macro
232 print_fld_percentage(FLD_CPU_SPIN, _cs[CP_SPIN]);\
326 static char cpuorder[] = { CP_INTR, CP_SPIN, CP_SYS, CP_USER, CP_IDLE };
647 …(void)printf("%2.0f ", (cur.cp_time[CP_SYS] + cur.cp_time[CP_SPIN] + cur.cp_time[CP_INTR]) * perce… in cpustats()