Lines Matching refs:test_data_array
50 static struct vsock_test_data test_data_array[] = { variable
223 for (i = 0; i < ARRAY_SIZE(test_data_array); i++) in test_stream_msgzcopy_client()
224 test_client(opts, &test_data_array[i], false); in test_stream_msgzcopy_client()
231 for (i = 0; i < ARRAY_SIZE(test_data_array); i++) { in test_seqpacket_msgzcopy_client()
232 if (test_data_array[i].stream_only) in test_seqpacket_msgzcopy_client()
235 test_client(opts, &test_data_array[i], true); in test_seqpacket_msgzcopy_client()
303 for (i = 0; i < ARRAY_SIZE(test_data_array); i++) in test_stream_msgzcopy_server()
304 test_server(opts, &test_data_array[i], false); in test_stream_msgzcopy_server()
311 for (i = 0; i < ARRAY_SIZE(test_data_array); i++) { in test_seqpacket_msgzcopy_server()
312 if (test_data_array[i].stream_only) in test_seqpacket_msgzcopy_server()
315 test_server(opts, &test_data_array[i], true); in test_seqpacket_msgzcopy_server()