Lines Matching refs:lrhp
216 struct lo_retired_ht *lrhp, *trhp; in ldestroy() local
229 lrhp = li->li_retired; in ldestroy()
230 while (lrhp != NULL) { in ldestroy()
231 trhp = lrhp; in ldestroy()
232 lrhp = lrhp->lrh_next; in ldestroy()
502 struct lo_retired_ht *lrhp; in lretire() local
504 lrhp = kmem_alloc(sizeof (*lrhp), KM_SLEEP); in lretire()
505 lrhp->lrh_table = table; in lretire()
506 lrhp->lrh_size = size; in lretire()
509 lrhp->lrh_next = li->li_retired; in lretire()
510 li->li_retired = lrhp; in lretire()