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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_aggregate.c480 for (h = hash->dtah_hash[ndx]; h != NULL; h = h->dtahe_next) {
616 h->dtahe_next = hash->dtah_hash[ndx];
1144 h->dtahe_prev->dtahe_next = h->dtahe_next;
1150 hash->dtah_hash[ndx] = h->dtahe_next;
1153 if (h->dtahe_next != NULL)
1154 h->dtahe_next->dtahe_prev = h->dtahe_prev;
H A Ddt_impl.h154 struct dt_ahashent *dtahe_next; /* next on hash chain */ member in struct:dt_ahashent

Completed in 50 milliseconds