Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dddi_intr_irm.c322 (pool_p->ipool_flags & DDI_IRM_FLAG_ACTIVE)) { in ndi_irm_destroy()
432 if ((!irm_flag || (pool_p->ipool_flags & DDI_IRM_FLAG_ACTIVE)) && in i_ddi_irm_insert()
623 if ((pool_p->ipool_flags & DDI_IRM_FLAG_ACTIVE) == 0) { in i_ddi_irm_modify_increase()
846 pool_p->ipool_flags |= DDI_IRM_FLAG_ACTIVE; in irm_balance_thread()
/illumos-gate/usr/src/uts/common/sys/
H A Dddi_intr_impl.h216 #define DDI_IRM_FLAG_ACTIVE 0x1 /* Pool is active */ macro