Sign in
linux
/
linux
/
kernel
/
git
/
dhowells
/
linux-fs
/
e39d9b9f89f2efd653212064f941de6f53c3c060
/
.
/
tools
/
virtio
/
linux
/
ratelimit.h
blob: dcce1725f90d049192f2024a4d0efd49e2de03d0 [
file
] [
log
] [
blame
]
#define
DEFINE_RATELIMIT_STATE
(
name
,
interval_init
,
burst_init
)
int
name
=
0
#define
__ratelimit
(
x
)
(*(
x
))