HomeSort by: relevance | last modified time | path
    Searched refs:b_opening (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/openldap/dist/servers/lloadd/
backend.c 80 b->b_opening--;
118 * already stuck waiting for the mutex, nothing to do and b_opening has
282 b->b_opening--;
437 if ( b->b_active + b->b_bindavail + b->b_opening >= requested ) {
444 if ( b->b_opening > 0 ) {
447 assert( b->b_opening == 1 );
452 /* We incremented b_opening when we activated the event, so it can't be
455 b->b_opening++;
501 b->b_opening--;
614 b->b_opening--
    [all...]
upstream.c 545 b->b_opening--;
690 b->b_opening--;
704 b->b_opening--;
1116 b->b_opening--;
daemon.c 1582 need_close += b->b_opening;
1591 b->b_opening--;
1605 b->b_opening--;
1610 b->b_opening--;
1612 assert( b->b_opening == 0 );
lload.h 302 int b_bindavail, b_active, b_opening; member in struct:LloadBackend

Completed in 27 milliseconds