HomeSort by: relevance | last modified time | path
    Searched refs:spc_lastmod (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/kern/
kern_cpu.c 239 cs->cs_lastmod = (int32_t)ci->ci_schedstate.spc_lastmod;
241 (ci->ci_schedstate.spc_lastmod >> 32);
451 spc->spc_lastmod = time_second;
567 spc->spc_lastmod = time_second;
subr_interrupt.c 114 spc->spc_lastmod = time_second;
init_main.c 729 ci->ci_schedstate.spc_lastmod = time_second;
  /src/sys/sys/
sched.h 164 time_t spc_lastmod; /* c: time of last cpu state change */ member in struct:schedstate_percpu

Completed in 44 milliseconds