Home
last modified time | relevance | path

Searched defs:batch (Results 1 – 14 of 14) sorted by relevance

/tools/testing/selftests/bpf/progs/
Dtest_bpf_ma.c56 static __always_inline void batch_alloc(struct bpf_map *map, unsigned int batch, unsigned int idx) in batch_alloc()
83 static __always_inline void batch_free(struct bpf_map *map, unsigned int batch, unsigned int idx) in batch_free()
105 static __always_inline void batch_percpu_alloc(struct bpf_map *map, unsigned int batch, in batch_percpu_alloc()
133 static __always_inline void batch_percpu_free(struct bpf_map *map, unsigned int batch, in batch_percpu_free()
154 #define CALL_BATCH_ALLOC(size, batch, idx) \ argument
157 #define CALL_BATCH_ALLOC_FREE(size, batch, idx) \ argument
163 #define CALL_BATCH_PERCPU_ALLOC(size, batch, idx) \ argument
166 #define CALL_BATCH_PERCPU_ALLOC_FREE(size, batch, idx) \ argument
/tools/virtio/
Dvirtio_test.c170 bool delayed, int batch, int reset_n, int bufs) in run_test()
349 long batch = 1, reset = 0; in main() local
/tools/testing/selftests/bpf/map_tests/
Dlpm_trie_map_batch_ops.c73 __u64 batch = 0; in test_lpm_trie_map_batch_ops() local
Darray_map_batch_ops.c75 __u64 batch = 0; in __test_map_lookup_and_update_batch() local
Dhtab_map_batch_ops.c79 __u32 batch, count, total, total_success; in __test_map_lookup_and_delete_batch() local
Dmap_percpu_stats.c89 static void delete_all_elements(__u32 type, int map_fd, bool batch) in delete_all_elements()
/tools/virtio/ringtest/
Dmain.c22 int batch = 1; variable
/tools/testing/radix-tree/
Dtest.c174 unsigned batch, xa_mark_t iftag, xa_mark_t thentag) in tag_tagged_items()
/tools/testing/selftests/bpf/
Dnetwork_helpers.c632 char batch[1500]; in send_recv_server() local
686 char batch[1500]; in send_recv_data() local
/tools/mm/
Dpage-types.c673 unsigned long batch; in walk_pfn() local
732 unsigned long batch; in walk_vma() local
/tools/testing/selftests/net/
Dtxtimestamp.c314 int batch = 0; in __recv_errmsg_cmsg() local
/tools/sched_ext/
Dscx_qmap.bpf.c370 u32 zero = 0, batch = dsp_batch ?: 1; in BPF_STRUCT_OPS() local
/tools/kvm/kvm_stat/
Dkvm_stat1556 def batch(stats): function
/tools/include/uapi/linux/
Dbpf.h1530 } batch; member