Home
last modified time | relevance | path

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

/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()
193 int batch_size[2] = {5, 10}; in _map_in_map_batch_ops() local
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_lru_map.c244 unsigned int batch_size; in test_lru_sanity1() local
321 unsigned int batch_size; in test_lru_sanity2() local
427 unsigned int batch_size; in test_lru_sanity3() local
H A Dxskxceiver.c942 static int complete_pkts(struct xsk_socket_info *xsk, int batch_size) in complete_pkts()
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dintel_renderstate.h40 u32 batch_size; member
/openbmc/linux/net/bpf/
H A Dtest_run.c118 u32 batch_size; member
366 u32 repeat, u32 batch_size, u32 *time) in bpf_test_run_xdp_live()
1147 u32 batch_size = kattr->test.batch_size; in bpf_prog_test_run_xdp() local
/openbmc/linux/drivers/net/ethernet/sfc/falcon/
H A Drx.c334 unsigned int fill_level, batch_size; in ef4_fast_push_rx_descriptors() local
/openbmc/linux/drivers/net/ethernet/sfc/
H A Drx_common.c459 unsigned int fill_level, batch_size; in efx_fast_push_rx_descriptors() local
/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
/openbmc/linux/drivers/media/pci/tw5864/
H A Dtw5864-video.c1322 int batch_size = H264_BUF_CNT; in tw5864_handle_frame_task() local
/openbmc/linux/tools/lib/bpf/
H A Dbpf.h631 __u32 batch_size; member
/openbmc/linux/drivers/md/
H A Draid5.c6718 int i, batch_size = 0, hash; in handle_active_stripes() local
6778 int batch_size, released; in raid5_do_work() local
6829 int batch_size, released; in raid5d() local
/openbmc/linux/drivers/dma/idxd/
H A Dsysfs.c1049 u64 batch_size; in wq_max_batch_size_store() local
/openbmc/linux/mm/
H A Dmemory.c1919 const int batch_size = min_t(int, pages_to_write_in_pmd, 8); in insert_pages() local
H A Dvmscan.c850 long batch_size = shrinker->batch ? shrinker->batch in do_shrink_slab() local
/openbmc/linux/fs/btrfs/
H A Dtree-log.c3662 int batch_size = 0; in process_dir_items_leaf() local
/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
/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