Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
HDdtrace_impl.h146 struct dtrace_hashbucket *dthb_next; /* next on hash chain */ member
/freebsd-13-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/
HDdtrace.c8087 next = bucket->dthb_next;
8088 bucket->dthb_next = new_tab[ndx];
8107 for (; bucket != NULL; bucket = bucket->dthb_next) {
8119 bucket->dthb_next = hash->dth_tab[ndx];
8145 for (; bucket != NULL; bucket = bucket->dthb_next) {
8160 for (; bucket != NULL; bucket = bucket->dthb_next) {
8180 for (; bucket != NULL; bucket = bucket->dthb_next) {
8199 hash->dth_tab[ndx] = bucket->dthb_next;
8201 while (b->dthb_next != bucket)
8202 b = b->dthb_next;
[all …]