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.c8092 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 …]