Searched defs:batch_size (Results 1 – 12 of 12) sorted by relevance
/linux-5.10/tools/testing/selftests/bpf/ |
D | test_lru_map.c | 252 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/ |
D | intel_renderstate.h | 57 u32 batch_size; member
|
D | gen7_renderclear.c | 42 u32 batch_size; member
|
/linux-5.10/samples/bpf/ |
D | xdpsock_user.c | 1154 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/ |
D | rx.c | 329 unsigned int fill_level, batch_size; in ef4_fast_push_rx_descriptors() local
|
/linux-5.10/drivers/net/ethernet/sfc/ |
D | rx_common.c | 461 unsigned int fill_level, batch_size; in efx_fast_push_rx_descriptors() local
|
/linux-5.10/drivers/media/pci/tw5864/ |
D | tw5864-video.c | 1323 int batch_size = H264_BUF_CNT; in tw5864_handle_frame_task() local
|
/linux-5.10/drivers/md/ |
D | raid5.c | 6374 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/ |
D | sysfs.c | 1129 u64 batch_size; in wq_max_batch_size_store() local
|
/linux-5.10/mm/ |
D | vmscan.c | 424 long batch_size = shrinker->batch ? shrinker->batch in do_shrink_slab() local
|
D | memory.c | 1708 const int batch_size = min_t(int, pages_to_write_in_pmd, 8); in insert_pages() local
|
/linux-5.10/tools/perf/scripts/python/ |
D | exported-sql-viewer.py | 2613 def FetchBatch(self, batch_size): argument
|