Searched refs:rl_gc (Results 1 – 1 of 1) sorted by relevance
55 struct callout rl_gc; member349 callout_init_mtx(&rl->rl_gc, &rl->rl_mtx, 0); in ratelimit_init()363 callout_stop(&rl->rl_gc); in ratelimit_deinit()387 if (rl->rl_table_num > 0 && !callout_pending(&rl->rl_gc)) in ratelimit_gc_schedule()388 callout_reset(&rl->rl_gc, ELEMENT_TIMEOUT * hz, in ratelimit_gc_schedule()