Home
last modified time | relevance | path

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

/linux/tools/testing/vsock/
H A Dvsock_test.c2359 #define COLLAPSE_TOTAL (2 * 1024 * 1024) macro
2368 data = malloc(COLLAPSE_TOTAL); in test_stream_collapse_client()
2374 for (i = 0; i < COLLAPSE_TOTAL; i++) in test_stream_collapse_client()
2383 while (offset < COLLAPSE_TOTAL) { in test_stream_collapse_client()
2387 pkt_size = min(pkt_size, COLLAPSE_TOTAL - offset); in test_stream_collapse_client()
2393 hash = hash_djb2(data, COLLAPSE_TOTAL); in test_stream_collapse_client()
2406 data = malloc(COLLAPSE_TOTAL); in test_stream_collapse_server()
2418 recv_buf(fd, data, COLLAPSE_TOTAL, 0, COLLAPSE_TOTAL); in test_stream_collapse_server()
2420 hash = hash_djb2(data, COLLAPSE_TOTAL); in test_stream_collapse_server()