Home
last modified time | relevance | path

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

/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Ddtrace_impl.h142 struct dtrace_hashbucket *dthb_next; /* next on hash chain */ member
/freebsd/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c8120 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 …]