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

/illumos-gate/usr/src/uts/common/os/
H A Dsoftint.c105 * softcall_delay clock ticks, SOFT_STEAL is OR'ed so that softlevel1
124 #define SOFT_STEAL 0x08 /* list is being stolen for draining */ macro
381 if (!(softcall_state & SOFT_STEAL)) {
382 softcall_state |= SOFT_STEAL;
440 if (softcall_state & (SOFT_STEAL|SOFT_PEND)) {

Completed in 45 milliseconds