linuxOS_D21X/source/linux-5.10/tools/virtio/linux/ratelimit.h

5 lines
109 B
C
Raw Normal View History

2024-11-29 08:13:19 +00:00
#define DEFINE_RATELIMIT_STATE(name, interval_init, burst_init) int name = 0
#define __ratelimit(x) (*(x))