Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_aggregate.c544 for (h = hash->dtah_hash[ndx]; h != NULL; h = h->dtahe_next) { in dt_aggregate_snap_cpu()
684 h->dtahe_next = hash->dtah_hash[ndx]; in dt_aggregate_snap_cpu()
1198 h->dtahe_prev->dtahe_next = h->dtahe_next; in dt_aggwalk_rval()
1204 hash->dtah_hash[ndx] = h->dtahe_next; in dt_aggwalk_rval()
1207 if (h->dtahe_next != NULL) in dt_aggwalk_rval()
1208 h->dtahe_next->dtahe_prev = h->dtahe_prev; in dt_aggwalk_rval()
H A Ddt_impl.h154 struct dt_ahashent *dtahe_next; /* next on hash chain */ member