Home
last modified time | relevance | path

Searched refs:test_data_array (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/tools/testing/vsock/
Dvsock_test_zerocopy.c50 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()
[all …]
Dvsock_uring_test.c37 static struct vsock_io_uring_test test_data_array[] = { variable
186 for (i = 0; i < ARRAY_SIZE(test_data_array); i++) in test_stream_uring_server()
187 vsock_io_uring_server(opts, &test_data_array[i]); in test_stream_uring_server()
194 for (i = 0; i < ARRAY_SIZE(test_data_array); i++) in test_stream_uring_client()
195 vsock_io_uring_client(opts, &test_data_array[i], false); in test_stream_uring_client()
202 for (i = 0; i < ARRAY_SIZE(test_data_array); i++) in test_stream_uring_msg_zc_server()
203 vsock_io_uring_server(opts, &test_data_array[i]); in test_stream_uring_msg_zc_server()
210 for (i = 0; i < ARRAY_SIZE(test_data_array); i++) in test_stream_uring_msg_zc_client()
211 vsock_io_uring_client(opts, &test_data_array[i], true); in test_stream_uring_msg_zc_client()