Searched refs:client_calls (Results 1 – 4 of 4) sorted by relevance
40 local client_calls="$(get_calls rpc 2 nfs)"42 tst_res TINFO "calls $server_calls/$client_calls"57 if [ "$new_client_calls" -le "$client_calls" ]; then73 client_calls="$(get_calls proc$VERSION $field nfs)"74 tst_res TINFO "calls $server_calls/$client_calls"89 if [ "$new_client_calls" -le "$client_calls" ]; then
134 grpc_call** client_calls = in resource_quota_server() local191 client_calls[i] = in resource_quota_server()226 error = grpc_call_start_batch(client_calls[i], ops, in resource_quota_server()269 grpc_call_unref(client_calls[call_id]); in resource_quota_server()368 free(client_calls); in resource_quota_server()
174 client_calls = []194 client_calls.append(client_call)212 for client_call in client_calls:
4054 client_calls = []4058 client_calls.append(conn)4069 assert len(client_calls) == 14071 assert client_calls[0] is client4108 client_calls = []4114 client_calls.append(ocsp_data)4121 assert len(client_calls) == 14122 assert client_calls[0] == b""