Home
last modified time | relevance | path

Searched refs: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; in softcall_init()
344 if (softcall_state & SOFT_IDLE) { in softcall()
486 softcall_state = SOFT_IDLE; in softint()