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

/illumos-gate/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;
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_ident.c674 for (idp = dhp->dh_hash[i]; idp != NULL; idp = next) {
681 for (idp = dhp->dh_hash[i]; idp != NULL; idp = next) {
699 for (idp = dhp->dh_hash[i]; idp != NULL; idp = idp->di_next) {
724 for (idp = dhp->dh_hash[h]; idp != NULL; idp = idp->di_next) {
772 idp->di_next = dhp->dh_hash[h];
774 dhp->dh_hash[h] = idp;
792 idp->di_next = dhp->dh_hash[h];
795 dhp->dh_hash[h] = idp;
807 dt_ident_t **pp = &dhp->dh_hash[h];
810 for (idp = dhp->dh_hash[
[all...]
H A Ddt_ident.h126 dt_ident_t *dh_hash[1]; /* array of hash table bucket pointers */ member in struct:dt_idhash

Completed in 61 milliseconds