Searched refs:last_p (Results 1 – 2 of 2) sorted by relevance
1126 ddi_irm_req_t *req_p = list_head(slist_p), *last_p; local1149 last_p = req_p ? list_prev(slist_p, req_p) : list_tail(slist_p);1152 reduction = last_p->ireq_navail - req_p->ireq_navail;1154 reduction = last_p->ireq_navail - pool_defsz;1172 for (req_p = last_p; nremain--;
1124 pf_data_t *root_p, *last_p = NULL; in pf_en_dq() local1128 for (last_p = head_p; last_p && PFD_IS_ROOT(last_p); in pf_en_dq()1129 last_p = last_p->pe_next) in pf_en_dq()1130 root_p = last_p; in pf_en_dq()1135 pfd_p->pe_next = last_p; in pf_en_dq()1137 if (last_p) in pf_en_dq()1138 last_p->pe_prev = pfd_p; in pf_en_dq()