Searched refs:dh_hash (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libpool/common/
H A Ddict.c86 * dh_hash - hashing function
93 uint64_t (*dh_hash)(const void *); member in struct:dict_hdl
284 hdl->dh_hash = hash ? hash : hash_addr;
298 i = (*hdl->dh_hash)(key)%hdl->dh_size;
317 i = (*hdl->dh_hash)(key)%hdl->dh_size;
347 i = (*hdl->dh_hash)(key)%hdl->dh_size;
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_ident.c669 for (idp = dhp->dh_hash[i]; idp != NULL; idp = next) {
676 for (idp = dhp->dh_hash[i]; idp != NULL; idp = next) {
694 for (idp = dhp->dh_hash[i]; idp != NULL; idp = idp->di_next) {
719 for (idp = dhp->dh_hash[h]; idp != NULL; idp = idp->di_next) {
767 idp->di_next = dhp->dh_hash[h];
769 dhp->dh_hash[h] = idp;
787 idp->di_next = dhp->dh_hash[h];
790 dhp->dh_hash[h] = idp;
802 dt_ident_t **pp = &dhp->dh_hash[h];
805 for (idp = dhp->dh_hash[
[all...]
H A Ddt_ident.h122 dt_ident_t *dh_hash[1]; /* array of hash table bucket pointers */ member in struct:dt_idhash

Completed in 44 milliseconds