Searched refs:an_vp (Results 1 - 5 of 5) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dswap.h174 *(VPP) = (AP)->an_vp; \
196 (AP)->an_vp = swapfs_getvp(((uintptr_t)(AP) >> AN_CACHE_ALIGN_LOG2) \
/opensolaris-onvv-gate/usr/src/uts/common/vm/
H A Dvm_anon.c260 ASSERT(MUTEX_HELD(AH_MUTEX(ap->an_vp, ap->an_off)));
261 index = ANON_HASH(ap->an_vp, ap->an_off);
271 ASSERT(MUTEX_HELD(AH_MUTEX(ap->an_vp, ap->an_off)));
273 for (app = &anon_hash[ANON_HASH(ap->an_vp, ap->an_off)];
987 ap->an_vp = vp;
993 ahm = AH_MUTEX(ap->an_vp, ap->an_off);
999 (void *)ap, (ap ? (void *)ap->an_vp : NULL)));
1019 ASSERT(pp->p_vnode == ap->an_vp);
1026 ahm = AH_MUTEX(ap->an_vp, ap->an_off);
1030 ASSERT(pp->p_vnode == ap->an_vp);
[all...]
H A Danon.h61 * (an_vp, an_off) names the vnode of the anonymous page for this slot.
69 * (an_vp, an_off) of the associated anonymous page and provides a
86 struct vnode *an_vp; /* vnode of anon page */ member in struct:anon
113 * (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)
1469 tvp = ap->an_vp;
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dmemory.c1517 if (anon->an_vp != NULL || anon->an_off != 0) {
1518 pp = mdb_page_lookup((uintptr_t)anon->an_vp,
1524 anon->an_vp, anon->an_off);

Completed in 111 milliseconds