Lines Matching refs:lbstatus
34 * lbstatus is "how urgent this worker has to work to fulfill its quota
38 * which of them needs to work most urgently (biggest lbstatus). This
39 * worker is then selected for work, and its lbstatus reduced by the
41 * lbstatus does not change.(*)
129 (*worker)->s->lbstatus += (*worker)->s->lbfactor;
131 if (!mycandidate || (*worker)->s->lbstatus > mycandidate->s->lbstatus)
141 mycandidate->s->lbstatus -= total_factor;
143 "proxy: byrequests selected worker \"%s\" : busy %" APR_SIZE_T_FMT " : lbstatus %d",
144 mycandidate->s->name, mycandidate->s->busy, mycandidate->s->lbstatus);
158 (*worker)->s->lbstatus = 0;