Searched refs:slist_p (Results 1 – 1 of 1) sorted by relevance
1125 list_t *slist_p = &pool_p->ipool_scratch_list; local1126 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)) {