Searched refs:idle_count (Results 1 - 3 of 3) sorted by relevance

/dovecot/src/auth/
H A Dauth-worker-server.c59 static unsigned int idle_count = 0, auth_workers_with_errors = 0; variable
75 if (idle_count > 1)
132 idle_count--;
203 idle_count++;
232 idle_count--;
252 if (idle_count == 0 && restart) {
263 if (idle_count == 0)
297 idle_count++;
/dovecot/src/lib-http/
H A Dhttp-client-connection.c401 unsigned int idle_count = array_count(&ppool->idle_conns); local
405 i_assert(count >= idle_count + 1);
406 timeout = (set->max_parallel_connections - idle_count) *
467 unsigned int idle_count = array_count(&ppool->idle_conns); local
471 i_assert(array_count(&ppool->conns) >= idle_count + 1);
472 timeout = (set->max_parallel_connections - idle_count) *
H A Dhttp-client-peer.c737 unsigned int i, idle_count; local
743 idle_conns = array_get(&ppool->idle_conns, &idle_count);
744 for (i = 0; i < count && i < idle_count; i++) {

Completed in 22 milliseconds