Searched refs:dthb_next (Results 1 – 2 of 2) sorted by relevance
142 struct dtrace_hashbucket *dthb_next; /* next on hash chain */ member
7888 next = bucket->dthb_next;7889 bucket->dthb_next = new_tab[ndx];7908 for (; bucket != NULL; bucket = bucket->dthb_next) {7920 bucket->dthb_next = hash->dth_tab[ndx];7946 for (; bucket != NULL; bucket = bucket->dthb_next) {7961 for (; bucket != NULL; bucket = bucket->dthb_next) {7981 for (; bucket != NULL; bucket = bucket->dthb_next) {8000 hash->dth_tab[ndx] = bucket->dthb_next;8002 while (b->dthb_next != bucket)8003 b = b->dthb_next;[all …]