Home
last modified time | relevance | path

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

/openbsd-src/sys/kern/
H A Dsched_bsd.c432 nanouptime(&spc->spc_runtime); in mi_switch()
H A Dkern_exit.c
H A Dkern_sched.c
H A Dkern_time.c134 timespecsub(tp, &curcpu()->ci_schedstate.spc_runtime, tp); in clock_gettime()
140 timespecsub(tp, &curcpu()->ci_schedstate.spc_runtime, tp); in clock_gettime()
H A Dinit_main.c492 nanouptime(&curcpu()->ci_schedstate.spc_runtime); in main()
H A Dkern_fork.c718 nanouptime(&spc->spc_runtime);
/openbsd-src/sys/sys/
H A Dsched.h112 struct timespec spc_runtime; /* time curproc started running */ member