Searched refs:client_calls (Results 1 – 3 of 3) 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: