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

/illumos-gate/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 in struct:sv_maj_s
H A Dsv.c594 * Individual device structures are hashed onto one of the sm_hash[]
634 hb = &(maj->sm_hash[SV_MINOR_HASH(umin)]);
682 hb = &(maj->sm_hash[SV_MINOR_HASH(umin)]);
758 svpp = &(maj->sm_hash[SV_MINOR_HASH(getminor(svp->sv_dev))]);
/illumos-gate/usr/src/cmd/fs.d/nfs/statd/
H A Dsm_statd.h102 typedef struct sm_hash { struct
/illumos-gate/usr/src/uts/common/vm/
H A Dseg_map.h78 struct smap *sm_hash; /* hash pointer */ member in struct:smap
H A Dseg_map.c414 smp->sm_hash = NULL;
997 ASSERT(smp->sm_hash == NULL);
1010 tmp != NULL; tmp = tmp->sm_hash)
1036 smp->sm_hash = *hpp;
1074 hpp = &hp->sm_hash;
1077 *hpp = smp->sm_hash;
1078 smp->sm_hash = NULL;
1653 smp != NULL; smp = smp->sm_hash)
2319 for (; smp != NULL; smp = smp->sm_hash) {
/illumos-gate/usr/src/cmd/mdb/common/modules/sv/
H A Dsv.c394 mdb_printf("%?p", maj->sm_hash[i]);
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dmemory.c1650 saddr = (uintptr_t)smp.sm_hash;

Completed in 86 milliseconds