MAX_TICKS
const u64 max_ticks = (u64)MAX_TICKS * (u64)MAX_TICKS_CASCADE;
if (ticks > MAX_TICKS) {
if (ticks > MAX_TICKS)
ticks = MAX_TICKS;