Searched refs:intr_busy (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/starcat/sys/
H A Diosramvar.h225 ushort_t intr_busy; /* softintr handler busy */ member in struct:iosramsoft
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Diosram.c337 if (softp->intr_pending && !softp->intr_busy &&
1387 arg, softp->intr_pending, softp->intr_busy, NULL);
1396 if (softp->intr_busy || !softp->intr_pending) {
1400 softp->instance, softp->intr_busy, softp->intr_pending));
1449 softp->intr_busy = 1;
1572 softp->intr_busy = 0;
1644 if (!softp->intr_busy && !softp->suspended &&
1657 arg, softp->intr_pending, softp->intr_busy, NULL);
2155 (iosram_master->intr_busy == 0)) {
3368 cmn_err(CE_CONT, " softintr_id:%p intr_busy
[all...]
/illumos-gate/usr/src/uts/common/io/sfe/
H A Dsfe_util.h214 boolean_t intr_busy; member in struct:gem_dev
H A Dsfe_util.c2026 dp->intr_busy = B_TRUE;
2031 dp->intr_busy = B_FALSE;
2042 dp->intr_busy = B_FALSE;
4170 while (dp->intr_busy) {

Completed in 80 milliseconds