Merge tag 'nfs-for-4.8-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
[deliverable/linux.git] / tools / virtio / linux / ratelimit.h
CommitLineData
61d0b5a4
RR
1#define DEFINE_RATELIMIT_STATE(name, interval_init, burst_init) int name = 0
2
3#define __ratelimit(x) (*(x))
4
This page took 0.177792 seconds and 5 git commands to generate.