Searched refs:batch_size (Results 1 – 9 of 9) sorted by relevance
| /tools/testing/selftests/bpf/map_tests/ |
| A D | map_in_map_batch_ops.c | 123 __u32 batch_size, bool delete_entries, in fetch_and_validate() argument 128 __u32 batch_key = 0, fetch_count, step_size = batch_size; in fetch_and_validate() 158 step_size += batch_size; in fetch_and_validate() 181 delete_entries ? "LOOKUP_AND_DELETE" : "LOOKUP", batch_size); in fetch_and_validate() 195 int batch_size[2] = {5, 10}; in _map_in_map_batch_ops() local 242 batch_size[op_index], false, in _map_in_map_batch_ops()
|
| /tools/testing/selftests/bpf/ |
| A D | test_lru_map.c | 256 unsigned int batch_size; in test_lru_sanity1() local 269 batch_size = tgt_free / 2; in test_lru_sanity1() 270 assert(batch_size * 2 == tgt_free); in test_lru_sanity1() 288 end_key = 1 + batch_size; in test_lru_sanity1() 325 unsigned int batch_size; in test_lru_sanity2() local 338 batch_size = tgt_free / 2; in test_lru_sanity2() 378 end_key = 1 + batch_size; in test_lru_sanity2() 394 end_key = key + batch_size; in test_lru_sanity2() 430 unsigned int batch_size; in test_lru_sanity3() local 443 batch_size = __tgt_size(tgt_free); in test_lru_sanity3() [all …]
|
| A D | xskxceiver.c | 256 sock_opt = xsk->batch_size; in enable_busy_poll() 506 ifobj->xsk_arr[j].batch_size = DEFAULT_BATCH_SIZE; in __test_spec_init() 1384 while (xsk_ring_prod__reserve(&xsk->tx, xsk->batch_size, &idx) < xsk->batch_size) { in __send_pkts() 1404 complete_pkts(xsk, xsk->batch_size); in __send_pkts() 1407 for (i = 0; i < xsk->batch_size; i++) { in __send_pkts() 1415 if (nb_frags > xsk->batch_size - i) { in __send_pkts() 1417 xsk_ring_prod__cancel(&xsk->tx, xsk->batch_size - i); in __send_pkts() 1505 complete_pkts(xsk, xsk->batch_size); in wait_for_tx_completion() 2547 test->ifobj_tx->xsk->batch_size = 1; in testapp_hw_sw_min_ring_size() 2548 test->ifobj_rx->xsk->batch_size = 1; in testapp_hw_sw_min_ring_size() [all …]
|
| A D | xskxceiver.h | 95 u32 batch_size; member
|
| /tools/lib/bpf/ |
| A D | bpf.h | 681 __u32 batch_size; member 683 #define bpf_test_run_opts__last_field batch_size
|
| A D | bpf.c | 1035 attr.test.batch_size = OPTS_GET(opts, batch_size, 0); in bpf_prog_test_run_opts()
|
| /tools/testing/selftests/bpf/prog_tests/ |
| A D | xdp_do_redirect.c | 114 .batch_size = 64, in test_xdp_do_redirect()
|
| /tools/include/uapi/linux/ |
| A D | bpf.h | 1660 __u32 batch_size; member
|
| /tools/perf/scripts/python/ |
| A D | exported-sql-viewer.py | 2623 def FetchBatch(self, batch_size): argument 2625 while batch_size > fetched: 2644 batch_size = min(glb_chunk_sz, target - self.fetched) 2645 self.FetchBatch(batch_size)
|
Completed in 44 milliseconds