Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/vm/
H A Dseg_map.c258 #define SMAP_HASHFUNC(vp, off, hashid) \ macro
1061 SMAP_HASHFUNC(vp, off, hashid); /* macro assigns hashid */ in segmap_hashout()
1647 SMAP_HASHFUNC(vp, off, hashid); /* macro assigns hashid */ in segmap_getmapflt()
2314 SMAP_HASHFUNC(vp, offset, hashid); /* macro assigns hashid */ in get_smap_kpm()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dmemory.c1598 #define SMAP_HASHFUNC(vp, off) \ macro
1650 hash = SMAP_HASHFUNC(addr, offset); in vnode2smap()