Searched defs:out_batch (Results 1 – 4 of 4) sorted by relevance
/linux/tools/lib/bpf/ |
H A D | bpf.c | 525 bpf_map_batch_common(int cmd,int fd,void * in_batch,void * out_batch,void * keys,void * values,__u32 * count,const struct bpf_map_batch_opts * opts) bpf_map_batch_common() argument 559 bpf_map_lookup_batch(int fd,void * in_batch,void * out_batch,void * keys,void * values,__u32 * count,const struct bpf_map_batch_opts * opts) bpf_map_lookup_batch() argument 567 bpf_map_lookup_and_delete_batch(int fd,void * in_batch,void * out_batch,void * keys,void * values,__u32 * count,const struct bpf_map_batch_opts * opts) 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/tools/include/uapi/linux/ |
H A D | bpf.h | 1541 __aligned_u64 out_batch; /* output: next start batch */ global() member
|
/linux/include/uapi/linux/ |
H A D | bpf.h | 1541 __aligned_u64 out_batch; /* output: next start batch */ global() member
|