Home
last modified time | relevance | path

Searched refs:hrm_anext (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/vm/
H A Dhat_refmod.c233 for (prev_ahrm = NULL; hrm; hrm = hrm->hrm_anext) { in hat_freestat()
242 as->a_hrm = hrm->hrm_anext; in hat_freestat()
244 prev_ahrm->hrm_anext = hrm->hrm_anext; in hat_freestat()
375 hrm->hrm_anext = as->a_hrm; in hrm_link()
H A Dhat.h575 struct hrmstat *hrm_anext; /* as statistics block list */ member