Home
last modified time | relevance | path

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

/NextBSD/sys/cddl/contrib/opensolaris/uts/common/sys/
HDdtrace_impl.h515 dtrace_aggkey_t **dtagb_hash; /* hash table */ member
/NextBSD/sys/cddl/contrib/opensolaris/uts/common/dtrace/
HDdtrace.c2464 agb->dtagb_hash = (dtrace_aggkey_t **)((uintptr_t)agb - in dtrace_aggregate()
2466 agb->dtagb_free = (uintptr_t)agb->dtagb_hash; in dtrace_aggregate()
2469 agb->dtagb_hash[i] = NULL; in dtrace_aggregate()
2511 for (key = agb->dtagb_hash[ndx]; key != NULL; key = key->dtak_next) { in dtrace_aggregate()
2629 key->dtak_next = agb->dtagb_hash[ndx]; in dtrace_aggregate()
2630 agb->dtagb_hash[ndx] = key; in dtrace_aggregate()