Home
last modified time | relevance | path

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

/linux/drivers/vhost/
H A Dvdpa.c59 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/tools/testing/selftests/bpf/map_tests/
H A Dmap_percpu_stats.c66 void *in_batch = NULL, *out_batch; in delete_and_lookup_batch() local
71 &in_batch, &out_batch, in delete_and_lookup_batch()
/linux/include/uapi/linux/
H A Dbpf.h650 * *in_batch* and *out_batch*. Initially, *in_batch* must be set
653 * *out_batch* as the *in_batch* for the next operation to
654 * continue iteration from the current point. Both *in_batch* and
718 * value in the corresponding index in *values*. The *in_batch*
767 * *in_batch*, *out_batch*, and *values* parameters are ignored
1570 __aligned_u64 in_batch; /* start batch,
1544 __aligned_u64 in_batch; /* start batch, global() member
/linux/tools/include/uapi/linux/
H A Dbpf.h650 * *in_batch* and *out_batch*. Initially, *in_batch* must be set
653 * *out_batch* as the *in_batch* for the next operation to
654 * continue iteration from the current point. Both *in_batch* and
718 * value in the corresponding index in *values*. The *in_batch*
767 * *in_batch*, *out_batch*, and *values* parameters are ignored
1570 __aligned_u64 in_batch; /* start batch,
1544 __aligned_u64 in_batch; /* start batch, global() member
/linux/kernel/bpf/
H A Dhashtab.c1776 void __user *ubatch = u64_to_user_ptr(attr->batch.in_batch); in __htab_map_lookup_and_delete_batch()
H A Dsyscall.c2054 void __user *ubatch = u64_to_user_ptr(attr->batch.in_batch); in generic_map_lookup_batch()