Searched refs:RATELIMIT_STATE_INIT_FLAGS (Results 1 – 3 of 3) sorted by relevance
| /linux/include/linux/ |
| H A D | ratelimit_types.h | 27 #define RATELIMIT_STATE_INIT_FLAGS(name, interval_init, burst_init, flags_init) { \ macro 35 RATELIMIT_STATE_INIT_FLAGS(name, interval_init, burst_init, 0)
|
| /linux/lib/tests/ |
| H A D | test_ratelimit.c | 68 static struct ratelimit_state stressrl = RATELIMIT_STATE_INIT_FLAGS("stressrl", HZ / 10, 3,
|
| /linux/drivers/char/ |
| H A D | random.c | 98 RATELIMIT_STATE_INIT_FLAGS("urandom_warning", HZ, 3, RATELIMIT_MSG_ON_RELEASE);
|