Searched refs:out_batch (Results 1 – 4 of 4) sorted by relevance
| /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 71 &in_batch, &out_batch, in delete_and_lookup_batch()
|
| /linux/include/uapi/linux/ |
| H A D | bpf.h | 642 * *in_batch* and *out_batch*. Initially, *in_batch* must be set 645 * *out_batch* as the *in_batch* for the next operation to 647 * *out_batch* must point to memory large enough to hold a key, 711 * and *out_batch* parameters are ignored and should be zeroed. 759 * *in_batch*, *out_batch*, and *values* parameters are ignored 1551 __aligned_u64 out_batch; /* output: next start batch */ 1547 __aligned_u64 out_batch; /* output: next start batch */ global() member
|
| /linux/tools/include/uapi/linux/ |
| H A D | bpf.h | 642 * *in_batch* and *out_batch*. Initially, *in_batch* must be set 645 * *out_batch* as the *in_batch* for the next operation to 647 * *out_batch* must point to memory large enough to hold a key, 711 * and *out_batch* parameters are ignored and should be zeroed. 759 * *in_batch*, *out_batch*, and *values* parameters are ignored 1551 __aligned_u64 out_batch; /* output: next start batch */ 1547 __aligned_u64 out_batch; /* output: next start batch */ global() member
|
| /linux/kernel/bpf/ |
| H A D | syscall.c | 2059 void __user *uobatch = u64_to_user_ptr(attr->batch.out_batch); in generic_map_lookup_batch()
|