Home
last modified time | relevance | path

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

/tools/testing/selftests/net/packetdrill/
A Dtcp_eor_no-coalesce-large.pkt3 // skb created for the chunk. The large chunk itself should be packetized as
20 // Write a 10400B chunk to fill the ICW, and have a 400 byte skb sitting on
24 // Write another 10040B chunk with no coalescing options.
27 // Write a 2KB chunk. This chunk should not be appended to the packets created
28 // the previous chunk.
A Dtcp_eor_no-coalesce-small.pkt3 // skb created for the chunk.
19 // Write a 10400B chunk to fill the ICW, and have a 400 byte skb sitting on
23 // Write a 400B chunk with no coalescing options.
26 // This chunk should not be appended to the skbs created for the previous chunk.
A Dtcp_eor_no-coalesce-subsequent.pkt3 // skb created for the chunk even though we have 10 back-to-back small
20 // Write a 10400B chunk to fill the ICW, and have a 400 byte skb sitting on
35 // This chunk should not be appended to the skbs created for the previous chunk.
52 // The last 10KB chunk should be sent separately.
A Dtcp_eor_no-coalesce-retrans.pkt3 // skb created for the chunk. Also, when packets are retransmitted, they
20 // Write a 10400B chunk to fill the ICW, and have a 400 byte skb sitting on
35 // This chunk should not be appended to the skbs created for the previous chunk.
52 // The last 10KB chunk should be sent separately.
A Dtcp_timestamping_server.pkt40 // SCM_TSTAMP_SCHED for the first chunk should be received almost immediately
58 // SCM_TSTAMP_SND for the first chunk should be received almost immediately
76 // SCM_TSTAMP_SCHED for the second chunk should be received almost immediately
94 // SCM_TSTAMP_SND for the second chunk should be received almost immediately
112 // SCM_TSTAMP_ACK for the first chunk should be received at t=20ms.
129 // SCM_TSTAMP_ACK for the second chunk should be received at t=30ms.
A Dtcp_timestamping_partial.pkt38 // SCM_TSTAMP_SCHED for the first chunk should be received almost immediately
56 // SCM_TSTAMP_SND for the first chunk should be received almost immediately
74 // SCM_TSTAMP_ACK for the first chunk should be received after the last ack at
A Dtcp_timestamping_client-only-last-byte.pkt41 // chunk to have a timestamp key of 10999 (i.e., 11000 - 1).
/tools/testing/radix-tree/
A Dtest.c118 int chunk, int hop) in item_gang_check_present() argument
120 struct item *items[chunk]; in item_gang_check_present()
125 int nr_to_find = chunk; in item_gang_check_present()
144 unsigned long nr, int chunk) in item_full_scan() argument
146 struct item *items[chunk]; in item_full_scan()
155 chunk))) { in item_full_scan()
165 if (chunk) in item_full_scan()
168 this_index, chunk); in item_full_scan()
A Dtest.h25 int chunk, int hop);
27 unsigned long nr, int chunk);
A Dmain.c15 void __gang_check(unsigned long middle, long down, long up, int chunk, int hop) in __gang_check() argument
30 if (chunk > 0) { in __gang_check()
32 chunk, hop); in __gang_check()
33 item_full_scan(&tree, middle - down, down + up, chunk); in __gang_check()
/tools/testing/selftests/bpf/
A Dgenerate_udp_fragments.py47 chunks_fmted = [", ".join([str(hex(b)) for b in chunk]) for chunk in chunks]
51 for chunk in chunks_fmted:
/tools/testing/selftests/net/tcp_ao/lib/
A Drepair.c138 int chunk = len; in test_sock_restore_queue() local
150 ret = send(sk, buf + off, chunk, 0); in test_sock_restore_queue()
152 if (chunk > 1024) { in test_sock_restore_queue()
153 chunk >>= 1; in test_sock_restore_queue()
/tools/testing/selftests/powerpc/nx-gzip/
A Dgzfht_test.c193 uint32_t flushlen, chunk; in compress_file() local
227 chunk = atoi(buf); in compress_file()
231 chunk = 1<<22; in compress_file()
252 srclen = NX_MIN(chunk, inlen); in compress_file()
/tools/testing/selftests/drivers/net/hw/
A Diou-zcrx.c341 ssize_t chunk, res; in run_client() local
354 chunk = min_t(ssize_t, cfg_payload_len, to_send); in run_client()
355 res = send(fd, src, chunk, 0); in run_client()
/tools/testing/selftests/kvm/
A Dmemslot_perf_test.c720 uint64_t chunk) in test_memslot_unmap_loop_common() argument
735 for (ctr = 0; ctr < guest_pages / 2; ctr += chunk) in test_memslot_unmap_loop_common()
736 test_memslot_do_unmap(data, ctr, chunk); in test_memslot_unmap_loop_common()
741 for (ctr = guest_pages / 2; ctr < guest_pages; ctr += chunk) in test_memslot_unmap_loop_common()
742 test_memslot_do_unmap(data, ctr, chunk); in test_memslot_unmap_loop_common()
/tools/testing/selftests/kvm/include/x86/
A Dprocessor.h677 const uint32_t *chunk = (const uint32_t *)vendor; in this_cpu_vendor_string_is() local
681 return (ebx == chunk[0] && edx == chunk[1] && ecx == chunk[2]); in this_cpu_vendor_string_is()
/tools/objtool/
A Dcheck.c4660 struct insn_chunk *chunks = NULL, *chunk; in free_insns() local
4664 chunk = malloc(sizeof(*chunk)); in free_insns()
4665 chunk->addr = insn; in free_insns()
4666 chunk->next = chunks; in free_insns()
4667 chunks = chunk; in free_insns()
4671 for (chunk = chunks; chunk; chunk = chunk->next) in free_insns()
4672 free(chunk->addr); in free_insns()
/tools/testing/vsock/
A Dvsock_test.c1718 char *chunk; in test_stream_msgzcopy_leak_zcskb_client() local
1750 chunk = malloc(chunk_size); in test_stream_msgzcopy_leak_zcskb_client()
1751 if (!chunk) { in test_stream_msgzcopy_leak_zcskb_client()
1755 memset(chunk, 0, chunk_size); in test_stream_msgzcopy_leak_zcskb_client()
1762 msg.msg_control = chunk; in test_stream_msgzcopy_leak_zcskb_client()
/tools/testing/selftests/net/
A Dtls.c872 int chunk = TLS_PAYLOAD_MAX_LEN / 4; in TEST_F() local
879 EXPECT_EQ(send(self->fd, &mem_send[chunk * i], chunk, 0), in TEST_F()
880 chunk); in TEST_F()
882 EXPECT_EQ(recv(self->cfd, mem_recv, chunk * 5 / 2, in TEST_F()
884 chunk * 5 / 2); in TEST_F()
885 EXPECT_EQ(memcmp(mem_send, mem_recv, chunk * 5 / 2), 0); in TEST_F()

Completed in 35 milliseconds