Home
last modified time | relevance | path

Searched refs:SOFT_PEND (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dsoftint.c122 #define SOFT_PEND 0x02 /* softcall list needs processing */ macro
345 softcall_state = SOFT_PEND; in softcall()
349 } else if (softcall_state & (SOFT_DRAIN|SOFT_PEND)) { in softcall()
440 if (softcall_state & (SOFT_STEAL|SOFT_PEND)) { in softint()