Searched refs:out_batch (Results 1 – 4 of 4) sorted by relevance
| /tools/lib/bpf/ |
| D | bpf.c | 524 void *out_batch, void *keys, void *values, in bpf_map_batch_common() argument 538 attr.batch.out_batch = ptr_to_u64(out_batch); in bpf_map_batch_common() 558 int bpf_map_lookup_batch(int fd, void *in_batch, void *out_batch, void *keys, in bpf_map_lookup_batch() argument 563 out_batch, keys, values, count, opts); in bpf_map_lookup_batch() 566 int bpf_map_lookup_and_delete_batch(int fd, void *in_batch, void *out_batch, in bpf_map_lookup_and_delete_batch() argument 571 fd, in_batch, out_batch, keys, values, in bpf_map_lookup_and_delete_batch()
|
| D | bpf.h | 223 LIBBPF_API int bpf_map_lookup_batch(int fd, void *in_batch, void *out_batch, 253 void *out_batch, void *keys,
|
| /tools/testing/selftests/bpf/map_tests/ |
| D | map_percpu_stats.c | 66 void *in_batch = NULL, *out_batch; in delete_and_lookup_batch() local 71 &in_batch, &out_batch, in delete_and_lookup_batch()
|
| /tools/include/uapi/linux/ |
| D | bpf.h | 1519 __aligned_u64 out_batch; /* output: next start batch */ member
|