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

/darwin-on-arm/xnu/bsd/sys/
H A Ddtrace_impl.h129 struct dtrace_hashbucket *dthb_next; /* next on hash chain */ member in struct:dtrace_hashbucket
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Ddtrace.c7293 next = bucket->dthb_next;
7294 bucket->dthb_next = new_tab[ndx];
7313 for (; bucket != NULL; bucket = bucket->dthb_next) {
7325 bucket->dthb_next = hash->dth_tab[ndx];
7351 for (; bucket != NULL; bucket = bucket->dthb_next) {
7366 for (; bucket != NULL; bucket = bucket->dthb_next) {
7386 for (; bucket != NULL; bucket = bucket->dthb_next) {
7405 hash->dth_tab[ndx] = bucket->dthb_next;
7407 while (b->dthb_next != bucket)
7408 b = b->dthb_next;
[all...]

Completed in 85 milliseconds