Searched refs:out_batch (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/tools/lib/bpf/ |
| H A D | bpf.c | 525 void *out_batch, void *keys, void *values, in bpf_map_batch_common() argument 539 attr.batch.out_batch = ptr_to_u64(out_batch); in bpf_map_batch_common() 559 int bpf_map_lookup_batch(int fd, void *in_batch, void *out_batch, void *keys, in bpf_map_lookup_batch() argument 564 out_batch, keys, values, count, opts); in bpf_map_lookup_batch() 567 int bpf_map_lookup_and_delete_batch(int fd, void *in_batch, void *out_batch, in bpf_map_lookup_and_delete_batch() argument 572 fd, in_batch, out_batch, keys, values, in bpf_map_lookup_and_delete_batch()
|
| H A D | bpf.h | 226 LIBBPF_API int bpf_map_lookup_batch(int fd, void *in_batch, void *out_batch, 256 void *out_batch, void *keys,
|
| /linux-6.15/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-6.15/drivers/gpu/drm/i915/selftests/ |
| H A D | i915_request.c | 1063 goto out_batch; in live_empty_request() 1072 goto out_batch; in live_empty_request() 1085 goto out_batch; in live_empty_request() 1102 goto out_batch; in live_empty_request() 1108 out_batch: in live_empty_request()
|
| /linux-6.15/tools/include/uapi/linux/ |
| H A D | bpf.h | 1523 __aligned_u64 out_batch; /* output: next start batch */ member
|
| /linux-6.15/include/uapi/linux/ |
| H A D | bpf.h | 1523 __aligned_u64 out_batch; /* output: next start batch */ member
|
| /linux-6.15/drivers/gpu/drm/i915/gt/ |
| H A D | selftest_execlists.c | 3179 goto out_batch; in create_gpr_client() 3198 out_batch: in create_gpr_client()
|
| /linux-6.15/kernel/bpf/ |
| H A D | hashtab.c | 1896 ubatch = u64_to_user_ptr(attr->batch.out_batch); in __htab_map_lookup_and_delete_batch()
|
| H A D | syscall.c | 2002 void __user *uobatch = u64_to_user_ptr(attr->batch.out_batch); in generic_map_lookup_batch()
|