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

/illumos-gate/usr/src/uts/sun4/sys/
H A Divintr.h102 intr_vec_t *iv_pil_xnext[NCPU -1]; /* For CPU1 through N-1 */ member in struct:intr_vecx
107 ((intr_vecx_t *)iv_p)->iv_pil_xnext[cpu_id - 1] : iv_p->iv_pil_next)
110 (((intr_vecx_t *)iv_p)->iv_pil_xnext[cpu_id - 1] = next) : \

Completed in 56 milliseconds