Lines Matching defs:rl_mtx
54 struct mtx rl_mtx;
348 mtx_init(&rl->rl_mtx, "ratelimit_lock", NULL, MTX_DEF);
349 callout_init_mtx(&rl->rl_gc, &rl->rl_mtx, 0);
362 mtx_lock(&rl->rl_mtx);
365 mtx_unlock(&rl->rl_mtx);
366 mtx_destroy(&rl->rl_mtx);
374 /* callout will lock rl_mtx for us */
399 mtx_assert(&rl->rl_mtx, MA_OWNED);
441 mtx_lock(&rl->rl_mtx);
494 mtx_unlock(&rl->rl_mtx);