Home
last modified time | relevance | path

Searched refs:smd_hash (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/vm/
H A Dseg_map.c201 static struct smaphash *smd_hash; variable
251 #define SHASHMTX(hashid) (&smd_hash[hashid].sh_mtx)
383 smd_hash = smd->smd_hash = in segmap_create()
389 for (i = 0, shashp = smd_hash; i < hashsz; i++, shashp++) { in segmap_create()
1009 for (tmp = smd_hash[hashid].sh_hash_list; in segmap_hashin()
1035 hpp = &smd_hash[hashid].sh_hash_list; in segmap_hashin()
1065 hpp = &smd_hash[hashid].sh_hash_list; in segmap_hashout()
1652 for (smp = smd_hash[hashid].sh_hash_list; in segmap_getmapflt()
2318 smp = smd_hash[hashid].sh_hash_list; in get_smap_kpm()
H A Dseg_map.h144 struct smaphash *smd_hash; /* ptr to hash header array */ member
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dmemory.c1610 uintptr_t smd_hash, smd_smap; in vnode2smap() local
1621 if (mdb_readvar(&smd_hash, "smd_hash") == -1) { in vnode2smap()
1653 smd_hash + hash * sizeof (uintptr_t)) == -1) { in vnode2smap()
1655 smd_hash + hash * sizeof (uintptr_t)); in vnode2smap()