Searched refs:dph_hashlen (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/fm/topo/modules/common/pcibus/
H A Ddid_hash.c98 r->dph_hashlen = REC_HASHLEN;
100 r->dph_hashlen * sizeof (did_t *));
117 for (idx = 0; idx < ht->dph_hashlen; idx++) {
125 ht->dph_hash, ht->dph_hashlen * sizeof (did_t *));
134 int idx = did_dnhash(key) % tab->dph_hashlen;
161 int idx = did_dnhash(key) % tab->dph_hashlen;
H A Ddid_impl.h92 uint_t dph_hashlen; /* size of hash bucket array */ member in struct:did_hash
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_proc.h95 uint_t dph_hashlen; /* size of hash chains array */ member in struct:dt_proc_hash
H A Ddt_proc.c671 dt_proc_t *dpr, **dpp = &dph->dph_hash[pid & (dph->dph_hashlen - 1)];
887 dpr->dpr_hash = dph->dph_hash[dpr->dpr_pid & (dph->dph_hashlen - 1)];
888 dph->dph_hash[dpr->dpr_pid & (dph->dph_hashlen - 1)] = dpr;
901 uint_t h = pid & (dph->dph_hashlen - 1);
1045 dtp->dt_procs->dph_hashlen = _dtrace_pidbuckets;

Completed in 19 milliseconds