Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/
H A Dtest_lru_map.c252 unsigned int batch_size; in test_lru_sanity1() local
265 batch_size = tgt_free / 2; in test_lru_sanity1()
266 assert(batch_size * 2 == tgt_free); in test_lru_sanity1()
268 map_size = tgt_free + batch_size; in test_lru_sanity1()
284 end_key = 1 + batch_size; in test_lru_sanity1()
329 unsigned int batch_size; in test_lru_sanity2() local
342 batch_size = tgt_free / 2; in test_lru_sanity2()
343 assert(batch_size * 2 == tgt_free); in test_lru_sanity2()
345 map_size = tgt_free + batch_size; in test_lru_sanity2()
384 end_key = 1 + batch_size; in test_lru_sanity2()
[all …]
/OK3568_Linux_fs/kernel/samples/bpf/
H A Dxdpsock_user.c1154 int batch_size) in complete_tx_only() argument
1167 rcvd = xsk_ring_cons__peek(&xsk->umem->cq, batch_size, &idx); in complete_tx_only()
1245 static void tx_only(struct xsk_socket_info *xsk, u32 *frame_nb, int batch_size) in tx_only() argument
1250 while (xsk_ring_prod__reserve(&xsk->tx, batch_size, &idx) < in tx_only()
1251 batch_size) { in tx_only()
1252 complete_tx_only(xsk, batch_size); in tx_only()
1257 for (i = 0; i < batch_size; i++) { in tx_only()
1264 xsk_ring_prod__submit(&xsk->tx, batch_size); in tx_only()
1265 xsk->outstanding_tx += batch_size; in tx_only()
1266 *frame_nb += batch_size; in tx_only()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/
H A Dintel_renderstate.c108 so->batch_size = rodata->batch_items * sizeof(u32); in render_state_setup()
243 so->batch_offset, so->batch_size, in intel_renderstate_emit()
H A Dintel_renderstate.h57 u32 batch_size; member
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/external/rknn-toolkit2/examples/
H A Dreadme.txt23 ├── batch_size # how to expand batch for use multi-batch function
/OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/
H A Drx_common.c472 unsigned int fill_level, batch_size; in efx_fast_push_rx_descriptors() local
490 batch_size = efx->rx_pages_per_batch * efx->rx_bufs_per_page; in efx_fast_push_rx_descriptors()
492 EFX_WARN_ON_ONCE_PARANOID(space < batch_size); in efx_fast_push_rx_descriptors()
507 } while ((space -= batch_size) >= batch_size); in efx_fast_push_rx_descriptors()
/OK3568_Linux_fs/docs/en/Common/NPU/rknn-toolkit2/
H A Dchangelog-1.4.0.txt77 2. examples更新:增加了常用接口的demo示例:accuracy_analysis、batch_size、hybrid_quant、load_quantized_model、mmse、mu…
H A DRKNNToolKit2_API_Difference_With_Toolkit1-1.4.0.md6 config(batch_size=100, # abandoned
/OK3568_Linux_fs/docs/cn/Common/NPU/rknn-toolkit2/
H A Dchangelog-1.4.0.txt77 2. examples更新:增加了常用接口的demo示例:accuracy_analysis、batch_size、hybrid_quant、load_quantized_model、mmse、mu…
H A DRKNNToolKit2_API_Difference_With_Toolkit1-1.4.0.md6 config(batch_size=100, # abandoned
/OK3568_Linux_fs/kernel/drivers/dma/idxd/
H A Dsysfs.c1135 u64 batch_size; in wq_max_batch_size_store() local
1144 rc = __get_sysfs_u64(buf, &batch_size); in wq_max_batch_size_store()
1148 if (batch_size > idxd->max_batch_size) in wq_max_batch_size_store()
1151 wq->max_batch_size = (u32)batch_size; in wq_max_batch_size_store()
/OK3568_Linux_fs/external/rknn-toolkit2/doc/
H A DRKNNToolKit2_API_Difference_With_Toolkit1-1.5.0.md6 config(batch_size=100, # abandoned
H A Dchangelog-1.5.0.txt407 2. examples更新:增加了常用接口的demo示例:accuracy_analysis、batch_size、hybrid_quant、load_quantized_model、mmse、mu…
/OK3568_Linux_fs/kernel/drivers/md/
H A Draid5.c6372 int i, batch_size = 0, hash; in handle_active_stripes() local
6375 while (batch_size < MAX_STRIPE_BATCH && in handle_active_stripes()
6377 batch[batch_size++] = sh; in handle_active_stripes()
6379 if (batch_size == 0) { in handle_active_stripes()
6387 return batch_size; in handle_active_stripes()
6402 for (i = 0; i < batch_size; i++) in handle_active_stripes()
6409 for (i = 0; i < batch_size; i++) { in handle_active_stripes()
6413 return batch_size; in handle_active_stripes()
6432 int batch_size, released; in raid5_do_work() local
6436 batch_size = handle_active_stripes(conf, group_id, worker, in raid5_do_work()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/pci/tw5864/
H A Dtw5864-video.c1323 int batch_size = H264_BUF_CNT; in tw5864_handle_frame_task() local
1326 while (dev->h264_buf_r_index != dev->h264_buf_w_index && batch_size--) { in tw5864_handle_frame_task()
/OK3568_Linux_fs/kernel/mm/
H A Dvmscan.c450 long batch_size = shrinker->batch ? shrinker->batch in do_shrink_slab() local
532 while (total_scan >= batch_size || in do_shrink_slab()
535 unsigned long nr_to_scan = min(batch_size, total_scan); in do_shrink_slab()
H A Dmemory.c1795 const int batch_size = min_t(int, pages_to_write_in_pmd, 8); in insert_pages() local
1798 for (pte = start_pte; pte_idx < batch_size; ++pte, ++pte_idx) { in insert_pages()
1811 pages_to_write_in_pmd -= batch_size; in insert_pages()
1812 remaining_pages_total -= batch_size; in insert_pages()
/OK3568_Linux_fs/kernel/tools/perf/scripts/python/
H A Dexported-sql-viewer.py2619 def FetchBatch(self, batch_size): argument
2621 while batch_size > fetched:
2640 batch_size = min(glb_chunk_sz, target - self.fetched)
2641 self.FetchBatch(batch_size)