1
0
Fork 0
android_kernel_rockchip_tart/tools/virtio/linux/ratelimit.h
2025-06-27 00:32:42 -05:00

4 lines
109 B
C

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