Home
last modified time | relevance | path

Searched refs:in_batch (Results 1 – 7 of 7) sorted by relevance

/linux-6.3-rc2/drivers/vhost/
A Dvdpa.c59 int in_batch; member
217 v->in_batch = 0; in vhost_vdpa_reset()
823 if (!v->in_batch) in vhost_vdpa_map()
851 if (!v->in_batch) in vhost_vdpa_unmap()
857 if (!v->in_batch && !iotlb->nmaps) in vhost_vdpa_unmap()
1089 if ((v->in_batch && v->batch_asid != asid) || !iotlb) { in vhost_vdpa_process_iotlb_msg()
1090 if (v->in_batch && v->batch_asid != asid) { in vhost_vdpa_process_iotlb_msg()
1109 v->in_batch = true; in vhost_vdpa_process_iotlb_msg()
1112 if (v->in_batch && ops->set_map) in vhost_vdpa_process_iotlb_msg()
1114 v->in_batch = false; in vhost_vdpa_process_iotlb_msg()
/linux-6.3-rc2/tools/lib/bpf/
A Dbpf.c517 static int bpf_map_batch_common(int cmd, int fd, void *in_batch, in bpf_map_batch_common() argument
531 attr.batch.in_batch = ptr_to_u64(in_batch); in bpf_map_batch_common()
552 int bpf_map_lookup_batch(int fd, void *in_batch, void *out_batch, void *keys, in bpf_map_lookup_batch() argument
556 return bpf_map_batch_common(BPF_MAP_LOOKUP_BATCH, fd, in_batch, in bpf_map_lookup_batch()
560 int bpf_map_lookup_and_delete_batch(int fd, void *in_batch, void *out_batch, in bpf_map_lookup_and_delete_batch() argument
565 fd, in_batch, out_batch, keys, values, in bpf_map_lookup_and_delete_batch()
A Dbpf.h197 LIBBPF_API int bpf_map_lookup_batch(int fd, void *in_batch, void *out_batch,
223 LIBBPF_API int bpf_map_lookup_and_delete_batch(int fd, void *in_batch,
/linux-6.3-rc2/include/uapi/linux/
A Dbpf.h1355 __aligned_u64 in_batch; /* start batch, member
/linux-6.3-rc2/tools/include/uapi/linux/
A Dbpf.h1355 __aligned_u64 in_batch; /* start batch, member
/linux-6.3-rc2/kernel/bpf/
A Dhashtab.c1652 void __user *ubatch = u64_to_user_ptr(attr->batch.in_batch); in __htab_map_lookup_and_delete_batch()
A Dsyscall.c1710 void __user *ubatch = u64_to_user_ptr(attr->batch.in_batch); in generic_map_lookup_batch()

Completed in 45 milliseconds