aboutsummaryrefslogtreecommitdiff
path: root/tools/virtio/linux/ratelimit.h
blob: dcce1725f90d049192f2024a4d0efd49e2de03d0 (plain)
1
2
3
4
#define DEFINE_RATELIMIT_STATE(name, interval_init, burst_init)	int name = 0

#define __ratelimit(x) (*(x))