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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_aggregate.c408 if (hash->dtah_hash == NULL) {
414 if ((hash->dtah_hash = malloc(size)) == NULL)
417 bzero(hash->dtah_hash, size);
480 for (h = hash->dtah_hash[ndx]; h != NULL; h = h->dtahe_next) {
613 if (hash->dtah_hash[ndx] != NULL)
614 hash->dtah_hash[ndx]->dtahe_prev = h;
616 h->dtahe_next = hash->dtah_hash[ndx];
617 hash->dtah_hash[ndx] = h;
1149 assert(hash->dtah_hash[ndx] == h);
1150 hash->dtah_hash[nd
[all...]
H A Ddt_impl.h164 dt_ahashent_t **dtah_hash; /* hash table */ member in struct:dt_ahash

Completed in 49 milliseconds