Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dpg.h192 void pg_ev_thread_swtch(cpu_t *, hrtime_t, kthread_t *, kthread_t *);
/illumos-gate/usr/src/uts/common/os/
H A Dpg.c795 pg_ev_thread_swtch(struct cpu *cp, hrtime_t now, kthread_t *old, kthread_t *new) in pg_ev_thread_swtch() function
/illumos-gate/usr/src/uts/common/disp/
H A Ddisp.c916 pg_ev_thread_swtch(cp, now, t, next); in swtch()
1000 pg_ev_thread_swtch(cpu, gethrtime_unscaled(), curthread, next); in swtch_from_zombie()
1106 pg_ev_thread_swtch(cp, now, curthread, next); in swtch_to()
H A Dcmt.c198 pg_ev_thread_swtch(cp, gethrtime_unscaled(), cp->cpu_idle_thread, in pg_cmt_cpu_startup()