Home
last modified time | relevance | path

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

/linux/drivers/vhost/
A Dvdpa.c49 int in_batch; member
123 v->in_batch = 0; in vhost_vdpa_reset()
600 if (!v->in_batch) in vhost_vdpa_map()
628 if (!v->in_batch) in vhost_vdpa_unmap()
855 v->in_batch = true; in vhost_vdpa_process_iotlb_msg()
858 if (v->in_batch && ops->set_map) in vhost_vdpa_process_iotlb_msg()
860 v->in_batch = false; in vhost_vdpa_process_iotlb_msg()
/linux/tools/lib/bpf/
A Dbpf.c569 static int bpf_map_batch_common(int cmd, int fd, void *in_batch, in bpf_map_batch_common() argument
582 attr.batch.in_batch = ptr_to_u64(in_batch); in bpf_map_batch_common()
603 int bpf_map_lookup_batch(int fd, void *in_batch, void *out_batch, void *keys, in bpf_map_lookup_batch() argument
607 return bpf_map_batch_common(BPF_MAP_LOOKUP_BATCH, fd, in_batch, in bpf_map_lookup_batch()
611 int bpf_map_lookup_and_delete_batch(int fd, void *in_batch, void *out_batch, in bpf_map_lookup_and_delete_batch() argument
616 fd, in_batch, out_batch, keys, values, in bpf_map_lookup_and_delete_batch()
A Dbpf.h143 LIBBPF_API int bpf_map_lookup_batch(int fd, void *in_batch, void *out_batch,
146 LIBBPF_API int bpf_map_lookup_and_delete_batch(int fd, void *in_batch,
/linux/tools/include/uapi/linux/
A Dbpf.h1298 __aligned_u64 in_batch; /* start batch, member
/linux/include/uapi/linux/
A Dbpf.h1298 __aligned_u64 in_batch; /* start batch, member
/linux/kernel/bpf/
A Dhashtab.c1596 void __user *ubatch = u64_to_user_ptr(attr->batch.in_batch); in __htab_map_lookup_and_delete_batch()
A Dsyscall.c1432 void __user *ubatch = u64_to_user_ptr(attr->batch.in_batch); in generic_map_lookup_batch()

Completed in 44 milliseconds