Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/vm/
H A Dhat_refmod.c224 if ((hrm = as->a_hrm) == NULL) { in hat_freestat()
241 as->a_hrm = hrm->hrm_anext; in hat_freestat()
374 hrm->hrm_anext = as->a_hrm; in hrm_link()
375 as->a_hrm = hrm; in hrm_link()
H A Das.h113 struct hrmstat *a_hrm; /* ref and mod bits */ member
H A Dvm_as.c656 as->a_hrm = NULL; in as_alloc()