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

/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_aggregate.c405 moving->dtahe_prev = NULL;
408 new_hash.dtah_hash[ndx]->dtahe_prev = moving;
691 hash->dtah_hash[ndx]->dtahe_prev = h;
1216 if (h->dtahe_prev != NULL) {
1217 h->dtahe_prev->dtahe_next = h->dtahe_next;
1227 h->dtahe_next->dtahe_prev = h->dtahe_prev;
H A Ddt_impl.h141 struct dt_ahashent *dtahe_prev; /* prev on hash chain */ member in struct:dt_ahashent

Completed in 21 milliseconds