Files
Debian-9-Kernel/tools/virtio/linux/ratelimit.h
T

5 lines
109 B
C
Raw Normal View History

2023-05-02 09:58:35 +02:00
#define DEFINE_RATELIMIT_STATE(name, interval_init, burst_init) int name = 0
#define __ratelimit(x) (*(x))