Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/vm/
H A Dhat_refmod.c68 (((hrm)->hrm_as == (as) && \
194 hrm->hrm_as = as; in hat_setstat()
337 h = hrm_hash(hrm->hrm_as, hrm->hrm_base); in hrm_hashin()
350 h = hrm_hash(hrm->hrm_as, hrm->hrm_base); in hrm_hashout()
372 struct as *as = hrm->hrm_as; in hrm_link()
469 if (hrm->hrm_as == as && in hat_getstat()
H A Dhat.h572 struct as *hrm_as; /* stat block belongs to this as */ member