ci_schedstate     656 arch/i386/i386/apm.c 	if  (call_apm != curcpu()->ci_schedstate.spc_cp_time[CP_IDLE]) {
ci_schedstate     669 arch/i386/i386/apm.c 		call_apm = curcpu()->ci_schedstate.spc_cp_time[CP_IDLE];
ci_schedstate     464 arch/i386/i386/cpu.c 	microuptime(&ci->ci_schedstate.spc_runtime);
ci_schedstate     117 arch/i386/i386/trap.c 	p->p_cpu->ci_schedstate.spc_curpriority = p->p_priority = p->p_usrpri;
ci_schedstate      79 arch/i386/include/cpu.h 	struct schedstate_percpu ci_schedstate; /* scheduler state */
ci_schedstate     482 kern/init_main.c 		microuptime(&p->p_cpu->ci_schedstate.spc_runtime);
ci_schedstate     254 kern/kern_clock.c 	if (--ci->ci_schedstate.spc_rrticks <= 0)
ci_schedstate     482 kern/kern_clock.c 	struct schedstate_percpu *spc = &ci->ci_schedstate;
ci_schedstate     564 kern/kern_clock.c 			if ((++curcpu()->ci_schedstate.spc_schedticks & 3) ==
ci_schedstate     210 kern/kern_ktrace.c 		if (curcpu()->ci_schedstate.spc_schedflags & SPCF_SHOULDYIELD)
ci_schedstate      78 kern/kern_subr.c 			if (curcpu()->ci_schedstate.spc_schedflags &
ci_schedstate     188 kern/kern_synch.c 	p->p_cpu->ci_schedstate.spc_curpriority = p->p_usrpri;
ci_schedstate     445 kern/kern_sysctl.c 				cp_time[i] += ci->ci_schedstate.spc_cp_time[i];
ci_schedstate    1890 kern/kern_sysctl.c 	    &ci->ci_schedstate.spc_cp_time,
ci_schedstate    1891 kern/kern_sysctl.c 	    sizeof(ci->ci_schedstate.spc_cp_time)));
ci_schedstate      97 kern/sched_bsd.c 	struct schedstate_percpu *spc = &ci->ci_schedstate;
ci_schedstate     376 kern/sched_bsd.c 	struct schedstate_percpu *spc = &p->p_cpu->ci_schedstate;
ci_schedstate     449 kern/sched_bsd.c 	microuptime(&p->p_cpu->ci_schedstate.spc_runtime);
ci_schedstate     505 kern/sched_bsd.c 	if (pri < ci->ci_schedstate.spc_curpriority)
ci_schedstate      89 sys/systm.h    #define curpriority (curcpu()->ci_schedstate.spc_curpriority)