kernel_samsung_a53x/tools/virtio/linux/ratelimit.h

5 lines
109 B
C
Raw Normal View History

2024-06-15 16:02:09 -03:00
#define DEFINE_RATELIMIT_STATE(name, interval_init, burst_init) int name = 0
#define __ratelimit(x) (*(x))