eventratecheck() (formerly ppsratecheck()) is used many places in the kernel. It currently is not multi-processor safe, which means it does not always correctly enforce the rate due to races.
Additionally, under extremely high load (greater than INT_MAX events per second), it is possible for the event counter to wrap and erroneously allow all events. While not terribly likely, this is increasingly possible with increasing performance levels.