Searched refs:CLOCK_LEVEL (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/sparc/sys/
H A Dmachlock.h83 * CLOCK_LEVEL => The level at which one must be to block the clock.
94 * - CLOCK_LEVEL must be less than or equal to LOCK_LEVEL
98 * Note that LOCK_LEVEL and CLOCK_LEVEL have historically always been equal;
102 #define CLOCK_LEVEL 10 macro
/illumos-gate/usr/src/uts/common/os/
H A Dpanic.c311 splx(ipltospl(CLOCK_LEVEL));
380 splx(ipltospl(CLOCK_LEVEL));
391 splx(ipltospl(CLOCK_LEVEL));
406 * Restore ipl to at most CLOCK_LEVEL so we don't end up spinning
409 splx(MIN(s, ipltospl(CLOCK_LEVEL)));
/illumos-gate/usr/src/uts/intel/sys/
H A Dmachlock.h88 * CLOCK_LEVEL => The level at which one must be to block the clock.
99 * - CLOCK_LEVEL must be less than or equal to LOCK_LEVEL
103 * Note that LOCK_LEVEL and CLOCK_LEVEL have historically always been equal;
110 #define CLOCK_LEVEL 10 macro
/illumos-gate/usr/src/uts/i86pc/ml/
H A Dgenassym.c74 printf("#define\tCLOCK_LEVEL 0x%x\n", CLOCK_LEVEL);
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmachdep.c899 splx(ipltospl(CLOCK_LEVEL));
H A Dtrap.c1643 if (ct->t_pil == CLOCK_LEVEL)
/illumos-gate/usr/src/uts/sun4/os/
H A Dtrap.c1852 if (curthread->t_pil == CLOCK_LEVEL)

Completed in 84 milliseconds