]> Git Repo - linux.git/blob - tools/virtio/linux/ratelimit.h
Linux 6.14-rc3
[linux.git] / tools / virtio / linux / ratelimit.h
1 #define DEFINE_RATELIMIT_STATE(name, interval_init, burst_init) int name = 0
2
3 #define __ratelimit(x) (*(x))
4
This page took 0.030237 seconds and 4 git commands to generate.