secgateway/kernel/linux-4.14.83/tools/virtio/linux/ratelimit.h

5 lines
109 B
C
Raw Normal View History

2019-06-11 07:43:23 +00:00
#define DEFINE_RATELIMIT_STATE(name, interval_init, burst_init) int name = 0
#define __ratelimit(x) (*(x))