spc_cp_time 656 arch/i386/i386/apm.c if (call_apm != curcpu()->ci_schedstate.spc_cp_time[CP_IDLE]) {
spc_cp_time 669 arch/i386/i386/apm.c call_apm = curcpu()->ci_schedstate.spc_cp_time[CP_IDLE];
spc_cp_time 510 kern/kern_clock.c spc->spc_cp_time[CP_NICE]++;
spc_cp_time 512 kern/kern_clock.c spc->spc_cp_time[CP_USER]++;
spc_cp_time 548 kern/kern_clock.c spc->spc_cp_time[CP_INTR]++;
spc_cp_time 551 kern/kern_clock.c spc->spc_cp_time[CP_SYS]++;
spc_cp_time 553 kern/kern_clock.c spc->spc_cp_time[CP_IDLE]++;
spc_cp_time 445 kern/kern_sysctl.c cp_time[i] += ci->ci_schedstate.spc_cp_time[i];
spc_cp_time 1890 kern/kern_sysctl.c &ci->ci_schedstate.spc_cp_time,
spc_cp_time 1891 kern/kern_sysctl.c sizeof(ci->ci_schedstate.spc_cp_time)));
spc_cp_time 103 sys/sched.h u_int64_t spc_cp_time[CPUSTATES]; /* CPU state statistics */