Searched refs:dtak_next (Results 1 – 3 of 3) sorted by relevance
499 struct dtrace_aggkey *dtak_next; /* next in hash chain */ member
1851 data->dtakd_next = (uintptr_t)key.dtak_next; in dtrace_aggkey_step()
2544 for (key = agb->dtagb_hash[ndx]; key != NULL; key = key->dtak_next) { in dtrace_aggregate()2662 key->dtak_next = agb->dtagb_hash[ndx]; in dtrace_aggregate()