Searched refs:in_batch (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/drivers/vhost/ |
D | vdpa.c | 59 int in_batch; member 247 v->in_batch = 0; in vhost_vdpa_reset() 1009 if (!v->in_batch) in vhost_vdpa_map() 1038 if (!v->in_batch) in vhost_vdpa_unmap() 1272 if ((v->in_batch && v->batch_asid != asid) || !iotlb) { in vhost_vdpa_process_iotlb_msg() 1273 if (v->in_batch && v->batch_asid != asid) { in vhost_vdpa_process_iotlb_msg() 1292 v->in_batch = true; in vhost_vdpa_process_iotlb_msg() 1295 if (v->in_batch && ops->set_map) in vhost_vdpa_process_iotlb_msg() 1297 v->in_batch = false; in vhost_vdpa_process_iotlb_msg()
|
/linux-6.12.1/tools/lib/bpf/ |
D | bpf.c | 523 static int bpf_map_batch_common(int cmd, int fd, void *in_batch, in bpf_map_batch_common() argument 537 attr.batch.in_batch = ptr_to_u64(in_batch); in bpf_map_batch_common() 558 int bpf_map_lookup_batch(int fd, void *in_batch, void *out_batch, void *keys, in bpf_map_lookup_batch() argument 562 return bpf_map_batch_common(BPF_MAP_LOOKUP_BATCH, fd, in_batch, in bpf_map_lookup_batch() 566 int bpf_map_lookup_and_delete_batch(int fd, void *in_batch, void *out_batch, in bpf_map_lookup_and_delete_batch() argument 571 fd, in_batch, out_batch, keys, values, in bpf_map_lookup_and_delete_batch()
|
D | bpf.h | 223 LIBBPF_API int bpf_map_lookup_batch(int fd, void *in_batch, void *out_batch, 252 LIBBPF_API int bpf_map_lookup_and_delete_batch(int fd, void *in_batch,
|
/linux-6.12.1/tools/testing/selftests/bpf/map_tests/ |
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-6.12.1/include/uapi/linux/ |
D | bpf.h | 1515 __aligned_u64 in_batch; /* start batch, member
|
/linux-6.12.1/tools/include/uapi/linux/ |
D | bpf.h | 1515 __aligned_u64 in_batch; /* start batch, member
|
/linux-6.12.1/kernel/bpf/ |
D | hashtab.c | 1704 void __user *ubatch = u64_to_user_ptr(attr->batch.in_batch); in __htab_map_lookup_and_delete_batch()
|
D | syscall.c | 1873 void __user *ubatch = u64_to_user_ptr(attr->batch.in_batch); in generic_map_lookup_batch()
|