Home
last modified time | relevance | path

Searched refs:spc_lastmod (Results 1 – 4 of 4) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/kern/
H A Dkern_cpu.c260 cs->cs_lastmod = (int32_t)ci->ci_schedstate.spc_lastmod; in cpuctl_ioctl()
262 (ci->ci_schedstate.spc_lastmod >> 32); in cpuctl_ioctl()
480 spc->spc_lastmod = time_second; in cpu_setstate()
576 spc->spc_lastmod = time_second; in cpu_setintr()
H A Dsubr_interrupt.c114 spc->spc_lastmod = time_second; in interrupt_shield()
H A Dinit_main.c658 ci->ci_schedstate.spc_lastmod = time_second; in main()
/dports/misc/rump/buildrump.sh-b914579/src/sys/sys/
H A Dsched.h163 time_t spc_lastmod; /* c: time of last cpu state change */ member