Home | History | Annotate | Download | only in dns

Lines Matching refs:spillat

575 	unsigned int spillat; /* clients-per-query */
1821 if (count == fctx->res->spillat &&
1824 old_spillat = fctx->res->spillat;
1825 fctx->res->spillat += 5;
1826 if (fctx->res->spillat > fctx->res->spillatmax &&
1829 fctx->res->spillat = fctx->res->spillatmax;
1831 new_spillat = fctx->res->spillat;
10544 if (res->spillat > res->spillatmin) {
10545 res->spillat--;
10548 if (res->spillat <= res->spillatmin) {
10554 count = res->spillat;
10612 res->spillatmin = res->spillat = 10;
11137 unsigned int spillat;
11169 spillat = res->spillat;
11208 if (count >= spillat) {
11900 *cur = resolver->spillat;
11917 resolver->spillatmin = resolver->spillat = min;