Home
last modified time | relevance | path

Searched defs:batch_size (Results 1 – 12 of 12) sorted by relevance

/linux-5.10/tools/testing/selftests/bpf/
Dtest_lru_map.c252 unsigned int batch_size; in test_lru_sanity1() local
329 unsigned int batch_size; in test_lru_sanity2() local
436 unsigned int batch_size; in test_lru_sanity3() local
/linux-5.10/drivers/gpu/drm/i915/gt/
Dintel_renderstate.h57 u32 batch_size; member
Dgen7_renderclear.c42 u32 batch_size; member
/linux-5.10/samples/bpf/
Dxdpsock_user.c1154 int batch_size) in complete_tx_only()
1245 static void tx_only(struct xsk_socket_info *xsk, u32 *frame_nb, int batch_size) in tx_only()
1309 int batch_size = get_batch_size(pkt_cnt); in tx_only_all() local
/linux-5.10/drivers/net/ethernet/sfc/falcon/
Drx.c329 unsigned int fill_level, batch_size; in ef4_fast_push_rx_descriptors() local
/linux-5.10/drivers/net/ethernet/sfc/
Drx_common.c461 unsigned int fill_level, batch_size; in efx_fast_push_rx_descriptors() local
/linux-5.10/drivers/media/pci/tw5864/
Dtw5864-video.c1323 int batch_size = H264_BUF_CNT; in tw5864_handle_frame_task() local
/linux-5.10/drivers/md/
Draid5.c6374 int i, batch_size = 0, hash; in handle_active_stripes() local
6434 int batch_size, released; in raid5_do_work() local
6485 int batch_size, released; in raid5d() local
/linux-5.10/drivers/dma/idxd/
Dsysfs.c1129 u64 batch_size; in wq_max_batch_size_store() local
/linux-5.10/mm/
Dvmscan.c424 long batch_size = shrinker->batch ? shrinker->batch in do_shrink_slab() local
Dmemory.c1708 const int batch_size = min_t(int, pages_to_write_in_pmd, 8); in insert_pages() local
/linux-5.10/tools/perf/scripts/python/
Dexported-sql-viewer.py2613 def FetchBatch(self, batch_size): argument