Lines Matching refs:current_index

795 			unsigned int current_index, unsigned int rnext_index)
849 unsigned int current_index, unsigned int rnext_index)
855 current_index, rnext_index);
861 unsigned int current_index, unsigned int rnext_index)
868 current_index, rnext_index);
870 for (i = current_index + 1; rotations > 0; i++, rotations--) {
888 unsigned int nr_keys, int current_index, int rnext_index,
897 if (current_index >= 0 || rnext_index >= 0) {
900 if (current_index >= 0)
901 sndid = collection.keys[current_index].client_keyid;
913 if (current_index < 0)
914 current_index = nr_keys - 1;
917 collection.keys[current_index].used_on_client_tx = 1;
933 unsigned int nr_keys, int current_index, int rnext_index,
940 return run_client(tst_name, port, nr_keys, current_index,
945 int current_index, int rnext_index,
951 if (current_index < 0)
952 current_index = nr_keys - 1;
956 collection.keys[current_index].client_keyid,
1023 int current_index, int rnext_index,
1039 return run_client(tst_name, port, nr_keys, current_index,
1045 unsigned int current_index, unsigned int rnext_index,
1051 sk = start_client(tst_name, port, nr_keys, current_index, rnext_index,
1070 end_client(tst_name, sk, nr_keys, current_index, rnext_index, &tmp);
1075 unsigned int current_index, unsigned int rnext_index)
1081 sk = start_client(tst_name, port, nr_keys, current_index, rnext_index,
1101 end_client(tst_name, sk, nr_keys, current_index, rnext_index, &tmp);
1105 unsigned int nr_keys, int current_index, int rnext_index)
1110 sk = start_client(tst_name, port, nr_keys, current_index, rnext_index,
1114 end_client(tst_name, sk, nr_keys, current_index, rnext_index, &tmp);
1119 int current_index, int rnext_index)
1123 sk = client_non_matching(tst_name, port, nr_keys, current_index,
1128 end_client(tst_name, sk, nr_keys, current_index, rnext_index, NULL);