Searched refs:lrhp (Results 1 – 1 of 1) sorted by relevance
213 struct lo_retired_ht *lrhp, *trhp; in ldestroy() local226 lrhp = li->li_retired; in ldestroy()227 while (lrhp != NULL) { in ldestroy()228 trhp = lrhp; in ldestroy()229 lrhp = lrhp->lrh_next; in ldestroy()499 struct lo_retired_ht *lrhp; in lretire() local501 lrhp = kmem_alloc(sizeof (*lrhp), KM_SLEEP); in lretire()502 lrhp->lrh_table = table; in lretire()503 lrhp->lrh_size = size; in lretire()506 lrhp->lrh_next = li->li_retired; in lretire()[all …]