Searched refs:smd_hash (Results 1 – 3 of 3) sorted by relevance
201 static struct smaphash *smd_hash; variable251 #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()
146 struct smaphash *smd_hash; /* ptr to hash header array */ member
1576 uintptr_t smd_hash, smd_smap; in vnode2smap() local1587 if (mdb_readvar(&smd_hash, "smd_hash") == -1) { in vnode2smap()1619 smd_hash + hash * sizeof (uintptr_t)) == -1) { in vnode2smap()1621 smd_hash + hash * sizeof (uintptr_t)); in vnode2smap()