Searched defs:prev_ahrm (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/vm/
H A Dhat_refmod.c213 struct hrmstat *prev_ahrm; local
232 for (prev_ahrm = NULL; hrm; hrm = hrm->hrm_anext) {
240 if (prev_ahrm == NULL)
243 prev_ahrm->hrm_anext = hrm->hrm_anext;
246 prev_ahrm = hrm;

Completed in 43 milliseconds