Home
last modified time | relevance | path

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

/netbsd-src/sys/kern/
H A Dkern_cpu.c239 cs->cs_lastmod = (int32_t)ci->ci_schedstate.spc_lastmod; in cpuctl_ioctl()
241 (ci->ci_schedstate.spc_lastmod >> 32); in cpuctl_ioctl()
451 spc->spc_lastmod = time_second; in cpu_setstate()
567 spc->spc_lastmod = time_second; in cpu_ucode_load()
H A Dsubr_interrupt.c114 spc->spc_lastmod = time_second; in interrupt_shield()
H A Dinit_main.c725 ci->ci_schedstate.spc_lastmod = time_second; in main()
/netbsd-src/sys/sys/
H A Dsched.h164 time_t spc_lastmod; /* c: time of last cpu state change */ member