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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Ddtrace_impl.h129 struct dtrace_hashbucket *dthb_next; /* next on hash chain */ member in struct:dtrace_hashbucket
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Ddtrace.c6084 next = bucket->dthb_next;
6085 bucket->dthb_next = new_tab[ndx];
6104 for (; bucket != NULL; bucket = bucket->dthb_next) {
6116 bucket->dthb_next = hash->dth_tab[ndx];
6142 for (; bucket != NULL; bucket = bucket->dthb_next) {
6157 for (; bucket != NULL; bucket = bucket->dthb_next) {
6177 for (; bucket != NULL; bucket = bucket->dthb_next) {
6196 hash->dth_tab[ndx] = bucket->dthb_next;
6198 while (b->dthb_next != bucket)
6199 b = b->dthb_next;
[all...]

Completed in 51 milliseconds