Searched refs:hrm_tmplist (Results 1 – 1 of 1) sorted by relevance
214 struct hrmstat *hrm_tmplist; in hat_freestat() local258 hrm_tmplist = hrm_memlist; in hat_freestat()261 hrm_tmplist = NULL; in hat_freestat()270 while (hrm_tmplist != NULL) { in hat_freestat()271 hrm_next = hrm_tmplist->hrm_hnext; in hat_freestat()272 kmem_free(hrm_tmplist, hrm_tmplist->hrm_base); in hat_freestat()273 hrm_tmplist = hrm_next; in hat_freestat()