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

/illumos-gate/usr/src/uts/sun4/os/
H A Dintr.c372 intr_vec_t *next_iv = IV_GET_PIL_NEXT(next, cpu_id); local
376 IV_SET_PIL_NEXT(prev, cpu_id, next_iv); /* non-head */
378 mcpu->intr_head[pil] = next_iv; /* head */
380 if (next_iv == NULL)

Completed in 318 milliseconds