Searched refs:KPREEMPT_SYNC (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Ddisp.h170 #define KPREEMPT_SYNC (-1) macro
181 kpreempt(KPREEMPT_SYNC); \
/illumos-gate/usr/src/uts/sun4/ml/
H A Dgenconst.c159 printf("#define\tKPREEMPT_SYNC %d\n", KPREEMPT_SYNC);
H A Dswtch.s584 brnz,pn %o5, 3f ! call kpreempt(KPREEMPT_SYNC);
612 mov KPREEMPT_SYNC, %o0
/illumos-gate/usr/src/uts/common/disp/
H A Ddisp_lock.c99 kpreempt(KPREEMPT_SYNC);
/illumos-gate/usr/src/uts/i86pc/ml/
H A Dgenassym.c184 printf("#define\tKPREEMPT_SYNC 0x%x\n", KPREEMPT_SYNC);
/illumos-gate/usr/src/uts/sun4/os/
H A Dtrap.c1874 if (((asyncspl != KPREEMPT_SYNC) ? spltoipl(asyncspl) :
1891 if (asyncspl != KPREEMPT_SYNC) {
/illumos-gate/usr/src/uts/i86pc/os/
H A Dtrap.c1600 * or the distingished value KPREEMPT_SYNC.
1681 if (asyncspl != KPREEMPT_SYNC)
/illumos-gate/usr/src/uts/common/os/
H A Dkmem.c2214 kpreempt(KPREEMPT_SYNC);
2225 kpreempt(KPREEMPT_SYNC);

Completed in 83 milliseconds