Home
last modified time | relevance | path

Searched refs:cpu_last_swtch (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dcpuvar.h146 clock_t cpu_last_swtch; /* last time switched to new thread */ member
/illumos-gate/usr/src/uts/common/disp/
H A Ddisp.c935 cp->cpu_last_swtch = t->t_disp_time = ddi_get_lbolt(); in swtch()
1112 cp->cpu_last_swtch = curthread->t_disp_time = ddi_get_lbolt(); in swtch_to()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c3242 if (cpu->cpu_last_swtch) { in cpuinfo_walk_cpu()
3244 (clock_t)mdb_get_lbolt() - cpu->cpu_last_swtch); in cpuinfo_walk_cpu()