Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_aggregate.c706 h->dtahe_nextall = hash->dtah_all;
1224 h->dtahe_prevall->dtahe_nextall = h->dtahe_nextall;
1229 hash->dtah_all = h->dtahe_nextall;
1232 if (h->dtahe_nextall != NULL)
1233 h->dtahe_nextall->dtahe_prevall = h->dtahe_prevall;
1300 next = h->dtahe_nextall;
1328 for (h = hash->dtah_all; h != NULL; h = h->dtahe_nextall) {
1346 for (h = hash->dtah_all; h != NULL; h = h->dtahe_nextall) {
1404 for (h = hash->dtah_all; h != NULL; h = h->dtahe_nextall) {
1561 for (h = hash->dtah_all; h != NULL; h = h->dtahe_nextall)
[all …]
H A Ddt_impl.h183 struct dt_ahashent *dtahe_nextall; /* next on list of all */ member