Searched refs:out_batch (Results 1 – 4 of 4) sorted by relevance
| /tools/testing/selftests/bpf/map_tests/ |
| A 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/lib/bpf/ |
| A D | bpf.h | 226 LIBBPF_API int bpf_map_lookup_batch(int fd, void *in_batch, void *out_batch, 256 void *out_batch, void *keys,
|
| A D | bpf.c | 525 void *out_batch, void *keys, void *values, in bpf_map_batch_common() argument 539 attr.batch.out_batch = ptr_to_u64(out_batch); in bpf_map_batch_common() 559 int bpf_map_lookup_batch(int fd, void *in_batch, void *out_batch, void *keys, in bpf_map_lookup_batch() argument 564 out_batch, keys, values, count, opts); in bpf_map_lookup_batch() 567 int bpf_map_lookup_and_delete_batch(int fd, void *in_batch, void *out_batch, in bpf_map_lookup_and_delete_batch() argument 572 fd, in_batch, out_batch, keys, values, in bpf_map_lookup_and_delete_batch()
|
| /tools/include/uapi/linux/ |
| A D | bpf.h | 1541 __aligned_u64 out_batch; /* output: next start batch */ member
|
Completed in 27 milliseconds