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

/illumos-gate/usr/src/uts/common/os/
H A Dddi_intr_irm.c1125 list_t *slist_p = &pool_p->ipool_scratch_list; local
1126 ddi_irm_req_t *req_p = list_head(slist_p), *last_p;
1142 for (; req_p; req_p = list_next(slist_p, req_p)) {
1149 last_p = req_p ? list_prev(slist_p, req_p) : list_tail(slist_p);
1167 for (req_p = list_head(slist_p); (reduction != 0) && nreduce--;
1168 req_p = list_next(slist_p, req_p)) {
1173 req_p = list_prev(slist_p, req_p)) {

Completed in 59 milliseconds