Searched refs:spillat (Results 1 – 2 of 2) sorted by relevance
503 unsigned int spillat; /* clients-per-query */ member1326 if (count == fctx->res->spillat && !fctx->res->exiting) { in fctx_sendevents()1327 old_spillat = fctx->res->spillat; in fctx_sendevents()1328 fctx->res->spillat += 5; in fctx_sendevents()1329 if (fctx->res->spillat > fctx->res->spillatmax && in fctx_sendevents()1331 fctx->res->spillat = fctx->res->spillatmax; in fctx_sendevents()1332 new_spillat = fctx->res->spillat; in fctx_sendevents()8276 if (res->spillat > res->spillatmin) { in spillattimer_countdown()8277 res->spillat--; in spillattimer_countdown()8280 if (res->spillat <= res->spillatmin) { in spillattimer_countdown()[all …]
6473 2075. [bug] The spillat timer event hander could leak memory.