Searched refs:dthb_next (Results 1 – 2 of 2) sorted by relevance
142 struct dtrace_hashbucket *dthb_next; /* next on hash chain */ member
8120 next = bucket->dthb_next;8121 bucket->dthb_next = new_tab[ndx];8140 for (; bucket != NULL; bucket = bucket->dthb_next) {8152 bucket->dthb_next = hash->dth_tab[ndx];8178 for (; bucket != NULL; bucket = bucket->dthb_next) {8193 for (; bucket != NULL; bucket = bucket->dthb_next) {8213 for (; bucket != NULL; bucket = bucket->dthb_next) {8232 hash->dth_tab[ndx] = bucket->dthb_next;8234 while (b->dthb_next != bucket)8235 b = b->dthb_next;[all …]