Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/avs/ns/sv/
H A Dsv_impl.h114 struct sv_dev_s *sm_hash[SV_MINOR_HASH_CNT]; /* Minor Hash Table */ member
H A Dsv.c633 hb = &(maj->sm_hash[SV_MINOR_HASH(umin)]); in sv_dev_to_sv()
681 hb = &(maj->sm_hash[SV_MINOR_HASH(umin)]); in sv_get_state()
757 svpp = &(maj->sm_hash[SV_MINOR_HASH(getminor(svp->sv_dev))]); in sv_rm_hash()
/titanic_41/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.h78 struct smap *sm_hash; /* hash pointer */ member
/titanic_41/usr/src/cmd/fs.d/nfs/statd/
H A Dsm_statd.h102 typedef struct sm_hash { struct
/titanic_41/usr/src/cmd/mdb/common/modules/sv/
H A Dsv.c394 mdb_printf("%?p", maj->sm_hash[i]); in sv_maj()
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dmemory.c1638 saddr = (uintptr_t)smp.sm_hash; in vnode2smap()