Searched refs:DDI_IRM_FLAG_ACTIVE (Results 1 – 2 of 2) sorted by relevance
322 (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()
216 #define DDI_IRM_FLAG_ACTIVE 0x1 /* Pool is active */ macro