Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libdtrace/common/
H A Ddt_aggregate.c690 h->dtahe_nextall = hash->dtah_all; in dt_aggregate_snap_cpu()
1208 h->dtahe_prevall->dtahe_nextall = h->dtahe_nextall; in dt_aggwalk_rval()
1213 hash->dtah_all = h->dtahe_nextall; in dt_aggwalk_rval()
1216 if (h->dtahe_nextall != NULL) in dt_aggwalk_rval()
1217 h->dtahe_nextall->dtahe_prevall = h->dtahe_prevall; in dt_aggwalk_rval()
1284 next = h->dtahe_nextall; in dtrace_aggregate_walk()
1312 for (h = hash->dtah_all; h != NULL; h = h->dtahe_nextall) { in dt_aggregate_total()
1330 for (h = hash->dtah_all; h != NULL; h = h->dtahe_nextall) { in dt_aggregate_total()
1388 for (h = hash->dtah_all; h != NULL; h = h->dtahe_nextall) { in dt_aggregate_total()
1413 for (h = hash->dtah_all; h != NULL; h = h->dtahe_nextall) { in dt_aggregate_minmaxbin()
[all …]
H A Ddt_impl.h155 struct dt_ahashent *dtahe_nextall; /* next on list of all */ member