Searched refs:acceptcnt (Results 1 – 1 of 1) sorted by relevance
58 int *acceptcnt; in lb_simple_accept_loop() local67 acceptcnt = calloc(nsds, sizeof(*acceptcnt)); in lb_simple_accept_loop()68 ATF_REQUIRE_MSG(acceptcnt != NULL, "calloc() failed: %s", in lb_simple_accept_loop()102 acceptcnt[i]++; in lb_simple_accept_loop()113 ATF_REQUIRE_MSG(acceptcnt[i] > excnt, "uneven balancing"); in lb_simple_accept_loop()