Searched refs:dtah_hash (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_aggregate.c482 if (hash->dtah_hash == NULL) {
488 if ((hash->dtah_hash = malloc(size)) == NULL)
491 bzero(hash->dtah_hash, size);
554 for (h = hash->dtah_hash[ndx]; h != NULL; h = h->dtahe_next) {
691 if (hash->dtah_hash[ndx] != NULL)
692 hash->dtah_hash[ndx]->dtahe_prev = h;
694 h->dtahe_next = hash->dtah_hash[ndx];
695 hash->dtah_hash[ndx] = h;
1207 assert(hash->dtah_hash[ndx] == h);
1208 hash->dtah_hash[nd
[all...]
H A Ddt_impl.h191 dt_ahashent_t **dtah_hash; /* hash table */ member in struct:dt_ahash

Completed in 90 milliseconds