Lines Matching refs:setrl
821 static void setrl(isc_ratelimiter_t *rl, unsigned int *rate,
15955 setrl(zmgr->notifyrl, &zmgr->notifyrate, 20);
15956 setrl(zmgr->startupnotifyrl, &zmgr->startupnotifyrate, 20);
15957 setrl(zmgr->refreshrl, &zmgr->serialqueryrate, 20);
15958 setrl(zmgr->startuprefreshrl, &zmgr->startupserialqueryrate, 20);
16685 setrl(isc_ratelimiter_t *rl, unsigned int *rate, unsigned int value) {
16722 setrl(zmgr->notifyrl, &zmgr->notifyrate, value);
16730 setrl(zmgr->startupnotifyrl, &zmgr->startupnotifyrate, value);
16738 setrl(zmgr->refreshrl, &zmgr->serialqueryrate, value);
16740 setrl(zmgr->startuprefreshrl, &zmgr->startupserialqueryrate, value);