Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/vm/
H A Dseg_map.h131 struct smap *sh_hash_list; /* start of hash chain */ member
H A Dseg_map.c390 shashp->sh_hash_list = NULL; 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()