Searched defs:batch (Results 1 – 14 of 14) sorted by relevance
/tools/testing/selftests/bpf/progs/ |
A D | test_bpf_ma.c | 56 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/ |
A D | virtio_test.c | 170 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/ |
A D | lpm_trie_map_batch_ops.c | 73 __u64 batch = 0; in test_lpm_trie_map_batch_ops() local
|
A D | array_map_batch_ops.c | 75 __u64 batch = 0; in __test_map_lookup_and_update_batch() local
|
A D | htab_map_batch_ops.c | 79 __u32 batch, count, total, total_success; in __test_map_lookup_and_delete_batch() local
|
A D | map_percpu_stats.c | 89 static void delete_all_elements(__u32 type, int map_fd, bool batch) in delete_all_elements()
|
/tools/testing/selftests/bpf/prog_tests/ |
A D | map_in_map.c | 203 unsigned int cnt, batch; in batched_lookup_delete_fd_htab() local
|
/tools/virtio/ringtest/ |
A D | main.c | 22 int batch = 1; variable
|
/tools/testing/radix-tree/ |
A D | test.c | 174 unsigned batch, xa_mark_t iftag, xa_mark_t thentag) in tag_tagged_items()
|
/tools/testing/selftests/bpf/ |
A D | network_helpers.c | 677 char batch[1500]; in send_recv_server() local 731 char batch[1500]; in send_recv_data() local
|
/tools/mm/ |
A D | page-types.c | 673 unsigned long batch; in walk_pfn() local 732 unsigned long batch; in walk_vma() local
|
/tools/testing/selftests/net/ |
A D | txtimestamp.c | 317 int batch = 0; in __recv_errmsg_cmsg() local
|
/tools/sched_ext/ |
A D | scx_qmap.bpf.c | 370 u32 zero = 0, batch = dsp_batch ?: 1; in BPF_STRUCT_OPS() local
|
/tools/include/uapi/linux/ |
A D | bpf.h | 1552 } batch; member
|
Completed in 49 milliseconds