Searched defs:out_batch (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/lib/bpf/ |
| H A D | bpf.c | 527 void *out_batch, void *keys, void *values, in bpf_map_batch_common() argument 561 int bpf_map_lookup_batch(int fd, void *in_batch, void *out_batch, void *keys, in bpf_map_lookup_batch() argument 569 int bpf_map_lookup_and_delete_batch(int fd, void *in_batch, void *out_batch, in bpf_map_lookup_and_delete_batch() argument
|
| /linux/tools/testing/selftests/bpf/map_tests/ |
| H A D | map_percpu_stats.c | 66 void *in_batch = NULL, *out_batch; in delete_and_lookup_batch() local
|
| /linux/include/uapi/linux/ |
| H A D | bpf.h | 1551 __aligned_u64 out_batch; /* output: next start batch */ global() member
|
| /linux/tools/include/uapi/linux/ |
| H A D | bpf.h | 1551 __aligned_u64 out_batch; /* output: next start batch */ global() member
|