Searched refs:DTRACE_AGGHASHSIZE_SLEW (Results 1 – 1 of 1) sorted by relevance
425 #define DTRACE_AGGHASHSIZE_SLEW 17 macro2610 if (hashsize > (DTRACE_AGGHASHSIZE_SLEW << 3)) in dtrace_aggregate()2611 hashsize -= DTRACE_AGGHASHSIZE_SLEW; in dtrace_aggregate()