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