Searched refs:in_batch (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/vhost/ |
| H A 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/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 71 &in_batch, &out_batch, in delete_and_lookup_batch()
|
| /linux/include/uapi/linux/ |
| H A D | bpf.h | 650 * *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 D | bpf.h | 650 * *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 D | hashtab.c | 1776 void __user *ubatch = u64_to_user_ptr(attr->batch.in_batch); in __htab_map_lookup_and_delete_batch()
|
| H A D | syscall.c | 2054 void __user *ubatch = u64_to_user_ptr(attr->batch.in_batch); in generic_map_lookup_batch()
|