Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dddi_intr_irm.c323 pool_p->ipool_flags |= DDI_IRM_FLAG_EXIT; in ndi_irm_destroy()
861 !(pool_p->ipool_flags & DDI_IRM_FLAG_EXIT)) { in irm_balance_thread()
867 if (pool_p->ipool_flags & DDI_IRM_FLAG_EXIT) { in irm_balance_thread()
/illumos-gate/usr/src/uts/common/sys/
H A Dddi_intr_impl.h219 #define DDI_IRM_FLAG_EXIT 0x8 /* Balance thread must exit */ macro