Linux-6.18.2/tools/virtio/linux/ratelimit.h

5 lines
109 B
C
Raw Permalink Normal View History

2025-12-23 20:05:50 +08:00
#define DEFINE_RATELIMIT_STATE(name, interval_init, burst_init) int name = 0
#define __ratelimit(x) (*(x))