Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libdtrace/common/
H A Ddt_aggregate.c688 hash->dtah_all->dtahe_prevall = h; in dt_aggregate_snap_cpu()
1207 if (h->dtahe_prevall != NULL) { in dt_aggwalk_rval()
1208 h->dtahe_prevall->dtahe_nextall = h->dtahe_nextall; in dt_aggwalk_rval()
1217 h->dtahe_nextall->dtahe_prevall = h->dtahe_prevall; in dt_aggwalk_rval()
H A Ddt_impl.h154 struct dt_ahashent *dtahe_prevall; /* prev on list of all */ member