Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_aggregate.c687 if (hash->dtah_all != NULL) in dt_aggregate_snap_cpu()
688 hash->dtah_all->dtahe_prevall = h; in dt_aggregate_snap_cpu()
690 h->dtahe_nextall = hash->dtah_all; in dt_aggregate_snap_cpu()
691 hash->dtah_all = h; in dt_aggregate_snap_cpu()
1218 assert(hash->dtah_all == h); in dt_aggwalk_rval()
1219 hash->dtah_all = h->dtahe_nextall; in dt_aggwalk_rval()
1284 for (h = hash->dtah_all; h != NULL; h = next) { 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()
[all …]
H A Ddt_impl.h165 dt_ahashent_t *dtah_all; /* list of all elements */ member