Searched refs:out_batch (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.15/tools/lib/bpf/ |
| D | bpf.c | 533 void *out_batch, void *keys, void *values, in bpf_map_batch_common() argument 546 attr.batch.out_batch = ptr_to_u64(out_batch); in bpf_map_batch_common() 566 int bpf_map_lookup_batch(int fd, void *in_batch, void *out_batch, void *keys, in bpf_map_lookup_batch() argument 571 out_batch, keys, values, count, opts); in bpf_map_lookup_batch() 574 int bpf_map_lookup_and_delete_batch(int fd, void *in_batch, void *out_batch, in bpf_map_lookup_and_delete_batch() argument 579 fd, in_batch, out_batch, keys, values, in bpf_map_lookup_and_delete_batch()
|
| D | bpf.h | 143 LIBBPF_API int bpf_map_lookup_batch(int fd, void *in_batch, void *out_batch, 147 void *out_batch, void *keys,
|
| /Linux-v5.15/drivers/gpu/drm/i915/selftests/ |
| D | i915_request.c | 910 goto out_batch; in live_empty_request() 919 goto out_batch; in live_empty_request() 932 goto out_batch; in live_empty_request() 949 goto out_batch; in live_empty_request() 957 out_batch: in live_empty_request()
|
| /Linux-v5.15/include/uapi/linux/ |
| D | bpf.h | 1293 __aligned_u64 out_batch; /* output: next start batch */ member
|
| /Linux-v5.15/tools/include/uapi/linux/ |
| D | bpf.h | 1293 __aligned_u64 out_batch; /* output: next start batch */ member
|
| /Linux-v5.15/drivers/gpu/drm/i915/gt/ |
| D | selftest_execlists.c | 3174 goto out_batch; in create_gpr_client() 3199 out_batch: in create_gpr_client()
|
| /Linux-v5.15/kernel/bpf/ |
| D | hashtab.c | 1789 ubatch = u64_to_user_ptr(attr->batch.out_batch); in __htab_map_lookup_and_delete_batch()
|
| D | syscall.c | 1401 void __user *uobatch = u64_to_user_ptr(attr->batch.out_batch); in generic_map_lookup_batch()
|