Home
last modified time | relevance | path

Searched refs:a_hrm (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/vm/
H A Dhat_refmod.c225 if ((hrm = as->a_hrm) == NULL) { in hat_freestat()
242 as->a_hrm = hrm->hrm_anext; in hat_freestat()
375 hrm->hrm_anext = as->a_hrm; in hrm_link()
376 as->a_hrm = hrm; in hrm_link()
H A Das.h113 struct hrmstat *a_hrm; /* ref and mod bits */ member
H A Dvm_as.c642 as->a_hrm = NULL; in as_alloc()