root/tools/virtio/linux/ratelimit.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   1 #define DEFINE_RATELIMIT_STATE(name, interval_init, burst_init) int name = 0
   2 
   3 #define __ratelimit(x) (*(x))
   4 

/* [<][>][^][v][top][bottom][index][help] */