Lines Matching refs:test_data_array
54 static struct vsock_test_data test_data_array[] = { variable
227 for (i = 0; i < ARRAY_SIZE(test_data_array); i++) in test_stream_msgzcopy_client()
228 test_client(opts, &test_data_array[i], false); in test_stream_msgzcopy_client()
235 for (i = 0; i < ARRAY_SIZE(test_data_array); i++) { in test_seqpacket_msgzcopy_client()
236 if (test_data_array[i].stream_only) in test_seqpacket_msgzcopy_client()
239 test_client(opts, &test_data_array[i], true); in test_seqpacket_msgzcopy_client()
307 for (i = 0; i < ARRAY_SIZE(test_data_array); i++) in test_stream_msgzcopy_server()
308 test_server(opts, &test_data_array[i], false); in test_stream_msgzcopy_server()
315 for (i = 0; i < ARRAY_SIZE(test_data_array); i++) { in test_seqpacket_msgzcopy_server()
316 if (test_data_array[i].stream_only) in test_seqpacket_msgzcopy_server()
319 test_server(opts, &test_data_array[i], true); in test_seqpacket_msgzcopy_server()