Files
linux-apfs/tools/virtio/linux/ratelimit.h
T

5 lines
109 B
C
Raw Normal View History

2013-03-18 13:22:19 +10:30
#define DEFINE_RATELIMIT_STATE(name, interval_init, burst_init) int name = 0
#define __ratelimit(x) (*(x))