Searched refs:outstanding_calls (Results 1 – 2 of 2) sorted by relevance
65 int outstanding_calls; member286 port->outstanding_calls++; in start_accept_locked()382 if (0 == --sp->outstanding_calls) { in on_accept()433 sp->outstanding_calls = 0; in add_socket_to_server()
176 outstanding_calls = outstanding if outstanding is not None else OUTSTANDING_REQUESTS[180 if outstanding_calls * max(req_size, resp_size) > MAX_MEMORY_USE:181 outstanding_calls = max(1,184 deep = int(math.ceil(1.0 * outstanding_calls / wide))