Searched defs:SOFT_IDLE (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dsoftint.c121 #define SOFT_IDLE 0x01 /* no processing is needed */ macro
192 softcall_state = SOFT_IDLE;
344 if (softcall_state & SOFT_IDLE) {
486 softcall_state = SOFT_IDLE;
501 * (a) softcall is in SOFT_IDLE state or

Completed in 59 milliseconds