Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_lru_map.c244 unsigned int batch_size; in test_lru_sanity1() local
257 batch_size = tgt_free / 2; in test_lru_sanity1()
258 assert(batch_size * 2 == tgt_free); in test_lru_sanity1()
260 map_size = tgt_free + batch_size; in test_lru_sanity1()
276 end_key = 1 + batch_size; in test_lru_sanity1()
321 unsigned int batch_size; in test_lru_sanity2() local
334 batch_size = tgt_free / 2; in test_lru_sanity2()
335 assert(batch_size * 2 == tgt_free); in test_lru_sanity2()
337 map_size = tgt_free + batch_size; in test_lru_sanity2()
376 end_key = 1 + batch_size; in test_lru_sanity2()
[all …]
H A Dxskxceiver.c942 static int complete_pkts(struct xsk_socket_info *xsk, int batch_size) in complete_pkts() argument
950 rcvd = xsk_ring_cons__peek(&xsk->umem->cq, batch_size, &idx); in complete_pkts()
/openbmc/linux/tools/testing/selftests/bpf/map_tests/
H A Dmap_in_map_batch_ops.c123 __u32 batch_size, bool delete_entries) in fetch_and_validate() argument
137 for (step_size = batch_size; in fetch_and_validate()
139 step_size += batch_size) { in fetch_and_validate()
180 delete_entries ? "LOOKUP_AND_DELETE" : "LOOKUP", batch_size); in fetch_and_validate()
193 int batch_size[2] = {5, 10}; in _map_in_map_batch_ops() local
222 batch_size[op_index], false); in _map_in_map_batch_ops()
/openbmc/linux/net/bpf/
H A Dtest_run.c118 u32 batch_size; member
166 .pool_size = xdp->batch_size, in xdp_test_run_setup()
172 xdp->frames = kvmalloc_array(xdp->batch_size, sizeof(void *), GFP_KERNEL); in xdp_test_run_setup()
176 xdp->skbs = kvmalloc_array(xdp->batch_size, sizeof(void *), GFP_KERNEL); in xdp_test_run_setup()
294 batch_sz = min_t(u32, repeat, xdp->batch_size); in xdp_test_run_batch()
366 u32 repeat, u32 batch_size, u32 *time) in bpf_test_run_xdp_live() argument
369 struct xdp_test_data xdp = { .batch_size = batch_size }; in bpf_test_run_xdp_live()
658 if (kattr->test.flags || kattr->test.cpu || kattr->test.batch_size) in bpf_prog_test_run_tracing()
733 kattr->test.repeat || kattr->test.batch_size) in bpf_prog_test_run_raw_tp()
964 if (kattr->test.flags || kattr->test.cpu || kattr->test.batch_size) in bpf_prog_test_run_skb()
[all …]
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dintel_renderstate.c90 so->batch_size = rodata->batch_items * sizeof(u32); in render_state_setup()
223 so->batch_offset, so->batch_size, in intel_renderstate_emit()
H A Dintel_renderstate.h40 u32 batch_size; member
/openbmc/linux/drivers/net/ethernet/sfc/falcon/
H A Drx.c334 unsigned int fill_level, batch_size; in ef4_fast_push_rx_descriptors() local
352 batch_size = efx->rx_pages_per_batch * efx->rx_bufs_per_page; in ef4_fast_push_rx_descriptors()
354 EF4_BUG_ON_PARANOID(space < batch_size); in ef4_fast_push_rx_descriptors()
371 } while ((space -= batch_size) >= batch_size); in ef4_fast_push_rx_descriptors()
/openbmc/linux/drivers/net/ethernet/sfc/
H A Drx_common.c459 unsigned int fill_level, batch_size; in efx_fast_push_rx_descriptors() local
477 batch_size = efx->rx_pages_per_batch * efx->rx_bufs_per_page; in efx_fast_push_rx_descriptors()
479 EFX_WARN_ON_ONCE_PARANOID(space < batch_size); in efx_fast_push_rx_descriptors()
494 } while ((space -= batch_size) >= batch_size); in efx_fast_push_rx_descriptors()
/openbmc/linux/drivers/net/ethernet/sfc/siena/
H A Drx_common.c460 unsigned int fill_level, batch_size; in efx_siena_fast_push_rx_descriptors() local
478 batch_size = efx->rx_pages_per_batch * efx->rx_bufs_per_page; in efx_siena_fast_push_rx_descriptors()
480 EFX_WARN_ON_ONCE_PARANOID(space < batch_size); in efx_siena_fast_push_rx_descriptors()
495 } while ((space -= batch_size) >= batch_size); in efx_siena_fast_push_rx_descriptors()
/openbmc/linux/tools/lib/bpf/
H A Dbpf.h631 __u32 batch_size; member
633 #define bpf_test_run_opts__last_field batch_size
H A Dbpf.c964 attr.test.batch_size = OPTS_GET(opts, batch_size, 0); in bpf_prog_test_run_opts()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dxdp_do_redirect.c104 .batch_size = 64, in test_xdp_do_redirect()
/openbmc/linux/drivers/dma/idxd/
H A Dsysfs.c1049 u64 batch_size; in wq_max_batch_size_store() local
1058 rc = __get_sysfs_u64(buf, &batch_size); in wq_max_batch_size_store()
1062 if (batch_size > idxd->max_batch_size) in wq_max_batch_size_store()
1065 idxd_wq_set_max_batch_size(idxd->data->type, wq, (u32)batch_size); in wq_max_batch_size_store()
/openbmc/linux/drivers/md/
H A Draid5.c6718 int i, batch_size = 0, hash; in handle_active_stripes() local
6721 while (batch_size < MAX_STRIPE_BATCH && in handle_active_stripes()
6723 batch[batch_size++] = sh; in handle_active_stripes()
6725 if (batch_size == 0) { in handle_active_stripes()
6733 return batch_size; in handle_active_stripes()
6748 for (i = 0; i < batch_size; i++) in handle_active_stripes()
6755 for (i = 0; i < batch_size; i++) { in handle_active_stripes()
6759 return batch_size; in handle_active_stripes()
6778 int batch_size, released; in raid5_do_work() local
6782 batch_size = handle_active_stripes(conf, group_id, worker, in raid5_do_work()
[all …]
/openbmc/linux/Documentation/bpf/
H A Dbpf_prog_run.rst94 the ``batch_size`` parameter, up to a maximum of 256 packets. For each batch,
/openbmc/linux/drivers/media/pci/tw5864/
H A Dtw5864-video.c1322 int batch_size = H264_BUF_CNT; in tw5864_handle_frame_task() local
1325 while (dev->h264_buf_r_index != dev->h264_buf_w_index && batch_size--) { in tw5864_handle_frame_task()
/openbmc/linux/Documentation/networking/
H A Daf_xdp.rst679 int batch_size)
683 xsk_ring_prod__reserve(&xsk->tx, batch_size, &idx);
685 for (i = 0; i < batch_size;) {
706 if (i == batch_size) {
/openbmc/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac_mcu.c2172 int i, n_chan, batch_size, idx = 0, tx_power, last_ch; in mt76_connac_mcu_rate_txpower_band() local
2192 batch_size = DIV_ROUND_UP(n_chan, batch_len); in mt76_connac_mcu_rate_txpower_band()
2201 for (i = 0; i < batch_size; i++) { in mt76_connac_mcu_rate_txpower_band()
2206 num_ch = i == batch_size - 1 ? n_chan % batch_len : batch_len; in mt76_connac_mcu_rate_txpower_band()
/openbmc/linux/fs/btrfs/
H A Dtree-log.c3662 int batch_size = 0; in process_dir_items_leaf() local
3746 if (batch_size == 0) in process_dir_items_leaf()
3748 batch_size++; in process_dir_items_leaf()
3751 if (batch_size > 0) { in process_dir_items_leaf()
3755 batch_start, batch_size); in process_dir_items_leaf()
/openbmc/linux/mm/
H A Dmemory.c1919 const int batch_size = min_t(int, pages_to_write_in_pmd, 8); in insert_pages() local
1926 for (pte = start_pte; pte_idx < batch_size; ++pte, ++pte_idx) { in insert_pages()
1939 pages_to_write_in_pmd -= batch_size; in insert_pages()
1940 remaining_pages_total -= batch_size; in insert_pages()
H A Dvmscan.c850 long batch_size = shrinker->batch ? shrinker->batch in do_shrink_slab() local
900 while (total_scan >= batch_size || in do_shrink_slab()
903 unsigned long nr_to_scan = min(batch_size, total_scan); in do_shrink_slab()
/openbmc/linux/include/uapi/linux/
H A Dbpf.h1524 __u32 batch_size; member
/openbmc/linux/tools/include/uapi/linux/
H A Dbpf.h1524 __u32 batch_size; member
/openbmc/linux/tools/perf/scripts/python/
H A Dexported-sql-viewer.py2620 def FetchBatch(self, batch_size): argument
2622 while batch_size > fetched:
2641 batch_size = min(glb_chunk_sz, target - self.fetched)
2642 self.FetchBatch(batch_size)
/openbmc/linux/kernel/bpf/
H A Dsyscall.c4098 #define BPF_PROG_TEST_RUN_LAST_FIELD test.batch_size