ROLLOVER_HLEN
for (i = 0; i < ROLLOVER_HLEN; i++)
victim = get_random_u32_below(ROLLOVER_HLEN);
return count > (ROLLOVER_HLEN >> 1);
u32 history[ROLLOVER_HLEN] ____cacheline_aligned;