jobs              521 crmd/te_actions.c         int jobs;
jobs              544 crmd/te_actions.c         peer->jobs = 0;
jobs              565 crmd/te_actions.c     r->jobs += offset;
jobs              569 crmd/te_actions.c     crm_trace("jobs[%s] = %d", target, r->jobs);
jobs              630 crmd/te_actions.c     if(limit <= r->jobs) {
jobs              632 crmd/te_actions.c                   target, limit, r->jobs, id);
jobs              643 crmd/te_actions.c     crm_trace("Peer %s has not hit their limit yet. current jobs = %d limit= %d limit", target, r->jobs, limit);
jobs              511 crmd/throttle.c     int jobs = 1;
jobs              528 crmd/throttle.c             jobs = 1; /* At least one job must always be allowed */
jobs              531 crmd/throttle.c             jobs = QB_MAX(1, r->max / 4);
jobs              534 crmd/throttle.c             jobs = QB_MAX(1, r->max / 2);
jobs              537 crmd/throttle.c             jobs = QB_MAX(1, r->max);
jobs              543 crmd/throttle.c     return jobs;