Home
last modified time | relevance | path

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

/NextBSD/sys/cddl/contrib/opensolaris/uts/common/sys/
HDdtrace_impl.h142 struct dtrace_hashbucket *dthb_next; /* next on hash chain */ member
/NextBSD/sys/cddl/contrib/opensolaris/uts/common/dtrace/
HDdtrace.c7888 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 …]