Home
last modified time | relevance | path

Searched refs:spillat (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Dresolver.c595 unsigned int spillat; /* clients-per-query */
1611 if (count == fctx->res->spillat && in fcount_logspill()
1614 old_spillat = fctx->res->spillat; in fcount_logspill()
1615 fctx->res->spillat += 5; in fcount_logspill()
1616 if (fctx->res->spillat > fctx->res->spillatmax && in fcount_logspill()
1619 fctx->res->spillat = fctx->res->spillatmax; in fcount_logspill()
1621 new_spillat = fctx->res->spillat; in fcount_logspill()
9927 unsigned int spillat = 0; in rctx_done()
9938 if (res->spillat > res->spillatmin) { in rctx_done()
9939 spillat in rctx_done()
600 unsigned int spillat; /* clients-per-query */ global() member
10878 unsigned int spillat; dns_resolver_createfetch() local
[all...]
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Dresolver.c575 unsigned int spillat; /* clients-per-query */ member
1821 if (count == fctx->res->spillat && in fctx_sendevents()
1824 old_spillat = fctx->res->spillat; in fctx_sendevents()
1825 fctx->res->spillat += 5; in fctx_sendevents()
1826 if (fctx->res->spillat > fctx->res->spillatmax && in fctx_sendevents()
1829 fctx->res->spillat = fctx->res->spillatmax; in fctx_sendevents()
1831 new_spillat = fctx->res->spillat; in fctx_sendevents()
10544 if (res->spillat > res->spillatmin) { in spillattimer_countdown()
10545 res->spillat--; in spillattimer_countdown()
10548 if (res->spillat <= res->spillatmin) { in spillattimer_countdown()
[all …]