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

/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_aggregate.c404 h = h->dtahe_next;
409 moving->dtahe_next = new_hash.dtah_hash[ndx];
548 for (h = hash->dtah_hash[ndx]; h != NULL; h = h->dtahe_next) {
693 h->dtahe_next = hash->dtah_hash[ndx];
1217 h->dtahe_prev->dtahe_next = h->dtahe_next;
1223 hash->dtah_hash[ndx] = h->dtahe_next;
1226 if (h->dtahe_next != NULL)
1227 h->dtahe_next->dtahe_prev = h->dtahe_prev;
H A Ddt_impl.h142 struct dt_ahashent *dtahe_next; /* next on hash chain */ member in struct:dt_ahashent

Completed in 76 milliseconds