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

/illumos-gate/usr/src/uts/common/os/
H A Dddi_intr_irm.c357 boolean_t irm_flag = B_FALSE; local
385 irm_flag = B_TRUE;
388 nreq = (irm_flag) ? count :
390 nmin = (irm_flag) ? 1 : nreq;
400 if (irm_flag)
432 if ((!irm_flag || (pool_p->ipool_flags & DDI_IRM_FLAG_ACTIVE)) &&
441 } else if (irm_flag &&

Completed in 46 milliseconds