Home
last modified time | relevance | path

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

/freebsd-12-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
Ddt_aggregate.c698 hash->dtah_all->dtahe_prevall = h;
1217 if (h->dtahe_prevall != NULL) {
1218 h->dtahe_prevall->dtahe_nextall = h->dtahe_nextall;
1227 h->dtahe_nextall->dtahe_prevall = h->dtahe_prevall;
Ddt_impl.h182 struct dt_ahashent *dtahe_prevall; /* prev on list of all */ member