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

/illumos-gate/usr/src/uts/common/os/
H A Dddi_periodic.c95 * each of the soft interrupt request queues (periodic_softint_queue).
98 * While in the periodic_softint_queue list, the periodic will be marked
105 static list_t periodic_softint_queue[10]; /* for IPL1 up to IPL10 */ variable
191 while ((dpr = list_remove_head(&periodic_softint_queue[level - 1])) !=
227 list_create(&periodic_softint_queue[i - 1],
288 list_destroy(&periodic_softint_queue[i - 1]);
327 list_insert_tail(&periodic_softint_queue[dpr->dpr_level - 1],

Completed in 70 milliseconds