Searched refs:pg_ev_thread_swtch (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ |
H A D | pg.h | 192 void pg_ev_thread_swtch(cpu_t *, hrtime_t, kthread_t *, kthread_t *);
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | pg.c | 795 pg_ev_thread_swtch(struct cpu *cp, hrtime_t now, kthread_t *old, kthread_t *new) function
|
/illumos-gate/usr/src/uts/common/disp/ |
H A D | disp.c | 896 pg_ev_thread_swtch(cp, now, t, next); 980 pg_ev_thread_swtch(cpu, gethrtime_unscaled(), curthread, next); 1086 pg_ev_thread_swtch(cp, now, curthread, next);
|
H A D | cmt.c | 198 pg_ev_thread_swtch(cp, gethrtime_unscaled(), cp->cpu_idle_thread,
|
Completed in 69 milliseconds