Home
last modified time | relevance | path

Searched refs:sm_hash (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/vm/
H A Dseg_map.c414 smp->sm_hash = NULL; in segmap_create()
997 ASSERT(smp->sm_hash == NULL); in segmap_hashin()
1010 tmp != NULL; tmp = tmp->sm_hash) in segmap_hashin()
1036 smp->sm_hash = *hpp; in segmap_hashin()
1074 hpp = &hp->sm_hash; in segmap_hashout()
1077 *hpp = smp->sm_hash; in segmap_hashout()
1078 smp->sm_hash = NULL; in segmap_hashout()
1653 smp != NULL; smp = smp->sm_hash) in segmap_getmapflt()
2319 for (; smp != NULL; smp = smp->sm_hash) { in get_smap_kpm()
H A Dseg_map.h76 struct smap *sm_hash; /* hash pointer */ member
/illumos-gate/usr/src/cmd/fs.d/nfs/statd/
H A Dsm_statd.h102 typedef struct sm_hash { struct
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dmemory.c1672 saddr = (uintptr_t)smp.sm_hash; in vnode2smap()