Searched refs:SMAP_HASHFUNC (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/uts/common/vm/ |
H A D | seg_map.c | 258 #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()
|
/titanic_44/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | memory.c | 1564 #define SMAP_HASHFUNC(vp, off) \ macro 1616 hash = SMAP_HASHFUNC(addr, offset); in vnode2smap()
|