cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

ratelimit.h (109B)


      1#define DEFINE_RATELIMIT_STATE(name, interval_init, burst_init)	int name = 0
      2
      3#define __ratelimit(x) (*(x))
      4