Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_aggregate.c690 h->dtahe_nextall = hash->dtah_all; in dt_aggregate_snap_cpu()
1214 h->dtahe_prevall->dtahe_nextall = h->dtahe_nextall; in dt_aggwalk_rval()
1219 hash->dtah_all = h->dtahe_nextall; in dt_aggwalk_rval()
1222 if (h->dtahe_nextall != NULL) in dt_aggwalk_rval()
1223 h->dtahe_nextall->dtahe_prevall = h->dtahe_prevall; in dt_aggwalk_rval()
1290 next = h->dtahe_nextall; in dtrace_aggregate_walk()
1318 for (h = hash->dtah_all; h != NULL; h = h->dtahe_nextall) { in dt_aggregate_total()
1336 for (h = hash->dtah_all; h != NULL; h = h->dtahe_nextall) { in dt_aggregate_total()
1394 for (h = hash->dtah_all; h != NULL; h = h->dtahe_nextall) { in dt_aggregate_total()
1551 for (h = hash->dtah_all; h != NULL; h = h->dtahe_nextall) in dt_aggregate_walk_sorted()
[all …]
H A Ddt_impl.h156 struct dt_ahashent *dtahe_nextall; /* next on list of all */ member