Lines Matching refs:dtahe_nextall
690 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()
1419 for (h = hash->dtah_all; h != NULL; h = h->dtahe_nextall) { in dt_aggregate_minmaxbin()
1438 for (h = hash->dtah_all; h != NULL; h = h->dtahe_nextall) { in dt_aggregate_minmaxbin()
1507 for (h = hash->dtah_all; h != NULL; h = h->dtahe_nextall) { in dt_aggregate_minmaxbin()
1551 for (h = hash->dtah_all; h != NULL; h = h->dtahe_nextall) in dt_aggregate_walk_sorted()
1559 for (h = hash->dtah_all, i = 0; h != NULL; h = h->dtahe_nextall) in dt_aggregate_walk_sorted()
1759 for (h = hash->dtah_all; h != NULL; h = h->dtahe_nextall) { in dtrace_aggregate_walk_joined()
1961 for (h = hash->dtah_all, i = 0; h != NULL; h = h->dtahe_nextall) { in dtrace_aggregate_walk_joined()
2144 for (h = hash->dtah_all; h != NULL; h = h->dtahe_nextall) { in dtrace_aggregate_clear()
2174 next = h->dtahe_nextall; in dt_aggregate_destroy()