repo.or.cz
/
cris-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git]
/
tools
/
virtio
/
linux
/
ratelimit.h
blob
dcce1725f90d049192f2024a4d0efd49e2de03d0
1
#define DEFINE_RATELIMIT_STATE(name, interval_init, burst_init) int name = 0
2
3
#define __ratelimit(x) (*(x))
4