Searched refs:out_batch (Results 1 – 5 of 5) sorted by relevance
| /third_party/libbpf/src/ |
| D | bpf.c | 518 void *out_batch, void *keys, void *values, in bpf_map_batch_common() argument 532 attr.batch.out_batch = ptr_to_u64(out_batch); in bpf_map_batch_common() 552 int bpf_map_lookup_batch(int fd, void *in_batch, void *out_batch, void *keys, in bpf_map_lookup_batch() argument 557 out_batch, keys, values, count, opts); in bpf_map_lookup_batch() 560 int bpf_map_lookup_and_delete_batch(int fd, void *in_batch, void *out_batch, in bpf_map_lookup_and_delete_batch() argument 565 fd, in_batch, out_batch, keys, values, in bpf_map_lookup_and_delete_batch()
|
| D | bpf.h | 197 LIBBPF_API int bpf_map_lookup_batch(int fd, void *in_batch, void *out_batch, 224 void *out_batch, void *keys,
|
| /third_party/libbpf/include/uapi/linux/ |
| D | bpf.h | 1353 __aligned_u64 out_batch; /* output: next start batch */ member
|
| /third_party/mindspore/patches/ |
| D | 0036-new-dynamic-quant-algorigthm-and-init-packed.patch | 2943 + int out_batch = 1; 2947 + out_batch *= max_v; 2953 + params->batch = out_batch;
|
| /third_party/libbpf/.github/actions/build-selftests/ |
| D | vmlinux.h | 25382 __u64 out_batch; member
|