Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dddi_intr_impl.h210 #define DDI_IRM_POLICY_LARGE 1 macro
213 #define DDI_IRM_POLICY_VALID(p) (((p) == DDI_IRM_POLICY_LARGE) || \
/illumos-gate/usr/src/uts/common/os/
H A Dddi_intr_irm.c61 int irm_default_policy = DDI_IRM_POLICY_LARGE;
102 irm_default_policy = DDI_IRM_POLICY_LARGE; in irm_init()
1140 stop_navail = (policy == DDI_IRM_POLICY_LARGE) ?
1150 if ((policy == DDI_IRM_POLICY_LARGE) && req_p &&