Searched refs:dthb_next (Results 1 – 2 of 2) sorted by relevance
142 struct dtrace_hashbucket *dthb_next; /* next on hash chain */ member
8092 next = bucket->dthb_next;8093 bucket->dthb_next = new_tab[ndx];8112 for (; bucket != NULL; bucket = bucket->dthb_next) {8124 bucket->dthb_next = hash->dth_tab[ndx];8150 for (; bucket != NULL; bucket = bucket->dthb_next) {8165 for (; bucket != NULL; bucket = bucket->dthb_next) {8185 for (; bucket != NULL; bucket = bucket->dthb_next) {8204 hash->dth_tab[ndx] = bucket->dthb_next;8206 while (b->dthb_next != bucket)8207 b = b->dthb_next;[all …]