Searched defs:in_batch (Results 1 – 4 of 4) sorted by relevance
/linux/tools/lib/bpf/ |
H A D | bpf.c | 524 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/include/uapi/linux/ |
H A D | bpf.h | 1544 __aligned_u64 in_batch; /* start batch, member
|
/linux/tools/include/uapi/linux/ |
H A D | bpf.h | 1544 __aligned_u64 in_batch; /* start batch, member
|