Searched refs:lrhp (Results 1 – 1 of 1) sorted by relevance
216 struct lo_retired_ht *lrhp, *trhp; in ldestroy() local229 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() local504 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()[all …]