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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Ddtrace_impl.h493 dtrace_aggkey_t **dtagb_hash; /* hash table */ member in struct:dtrace_aggbuffer
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Ddtrace.c1855 agb->dtagb_hash = (dtrace_aggkey_t **)((uintptr_t)agb -
1857 agb->dtagb_free = (uintptr_t)agb->dtagb_hash;
1860 agb->dtagb_hash[i] = NULL;
1902 for (key = agb->dtagb_hash[ndx]; key != NULL; key = key->dtak_next) {
2020 key->dtak_next = agb->dtagb_hash[ndx];
2021 agb->dtagb_hash[ndx] = key;

Completed in 45 milliseconds