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

/illumos-gate/usr/src/uts/common/vm/
H A Dseg_map.h146 struct smaphash *smd_hash; /* ptr to hash header array */ member in struct:segmap_data
259 * which the size of the smd_hash table is derived at segment create time.
H A Dseg_map.c201 static struct smaphash *smd_hash; variable in typeref:struct:smaphash
251 #define SHASHMTX(hashid) (&smd_hash[hashid].sh_mtx)
383 smd_hash = smd->smd_hash =
389 for (i = 0, shashp = smd_hash; i < hashsz; i++, shashp++) {
1009 for (tmp = smd_hash[hashid].sh_hash_list;
1035 hpp = &smd_hash[hashid].sh_hash_list;
1065 hpp = &smd_hash[hashid].sh_hash_list;
1652 for (smp = smd_hash[hashid].sh_hash_list;
2318 smp = smd_hash[hashi
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dmemory.c1588 uintptr_t smd_hash, smd_smap; local
1599 if (mdb_readvar(&smd_hash, "smd_hash") == -1) {
1600 mdb_warn("failed to read smd_hash");
1605 mdb_warn("failed to read smd_hash");
1631 smd_hash + hash * sizeof (uintptr_t)) == -1) {
1633 smd_hash + hash * sizeof (uintptr_t));

Completed in 200 milliseconds