thesis/linux-6.8.1/tools/virtio/linux/ratelimit.h
2025-03-19 13:44:23 +01:00

4 lines
109 B
C

#define DEFINE_RATELIMIT_STATE(name, interval_init, burst_init) int name = 0
#define __ratelimit(x) (*(x))