]> asedeno.scripts.mit.edu Git - linux.git/blob - tools/virtio/linux/ratelimit.h
Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso...
[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