DTRACE_HASHNEXT
nextp = DTRACE_HASHNEXT(hash, new);
dtrace_probe_t **nextp = DTRACE_HASHNEXT(hash, probe);
*(DTRACE_HASHNEXT(hash, *prevp)) = *nextp;
probe = *(DTRACE_HASHNEXT(hash, probe))) {