spc_runtime 464 arch/i386/i386/cpu.c microuptime(&ci->ci_schedstate.spc_runtime); spc_runtime 482 kern/init_main.c microuptime(&p->p_cpu->ci_schedstate.spc_runtime); spc_runtime 397 kern/sched_bsd.c if (timercmp(&tv, &spc->spc_runtime, <)) { spc_runtime 401 kern/sched_bsd.c tv.tv_sec, tv.tv_usec, spc->spc_runtime.tv_sec, spc_runtime 402 kern/sched_bsd.c spc->spc_runtime.tv_usec); spc_runtime 405 kern/sched_bsd.c timersub(&tv, &spc->spc_runtime, &tv); spc_runtime 449 kern/sched_bsd.c microuptime(&p->p_cpu->ci_schedstate.spc_runtime); spc_runtime 100 sys/sched.h struct timeval spc_runtime; /* time curproc started running */