Searched refs:an_off (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dswap.h172 *(OFFP) = (AP)->an_off; \
195 (AP)->an_off = (anoff_t)((((uintptr_t)(AP)) >> \
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_anon.c261 ASSERT(MUTEX_HELD(AH_MUTEX(ap->an_vp, ap->an_off)));
262 index = ANON_HASH(ap->an_vp, ap->an_off);
272 ASSERT(MUTEX_HELD(AH_MUTEX(ap->an_vp, ap->an_off)));
274 for (app = &anon_hash[ANON_HASH(ap->an_vp, ap->an_off)];
997 ap->an_off = off;
1002 ahm = AH_MUTEX(ap->an_vp, ap->an_off);
1029 ASSERT(pp->p_offset == ap->an_off);
1035 ahm = AH_MUTEX(ap->an_vp, ap->an_off);
1040 ASSERT(pp->p_offset == ap->an_off);
1067 ahm = AH_MUTEX(ap->an_vp, ap->an_off);
[all...]
H A Danon.h62 * (an_vp, an_off) names the vnode of the anonymous page for this slot.
70 * (an_vp, an_off) of the associated anonymous page and provides a
89 anoff_t an_off; /* offset of anon page */ member in struct:anon
114 * (an_vp, an_off) do not require the anonhash_lock be held to access them.
H A Dvm_swap.c362 if (ap->an_vp == vp && ap->an_off == off)
1470 toff = ap->an_off;
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_gcore.h216 anoff_t an_off; member in struct:mdb_anon
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dmemory.c1529 if (anon->an_vp != NULL || anon->an_off != 0) {
1531 anon->an_off);
1536 anon->an_vp, anon->an_off);
H A Dgcore.c374 *off = anon.an_off;

Completed in 94 milliseconds