Searched refs:out_batch (Results 1 – 9 of 9) sorted by relevance
/linux-6.12.1/tools/lib/bpf/ |
D | bpf.c | 524 void *out_batch, void *keys, void *values, in bpf_map_batch_common() argument 538 attr.batch.out_batch = ptr_to_u64(out_batch); in bpf_map_batch_common() 558 int bpf_map_lookup_batch(int fd, void *in_batch, void *out_batch, void *keys, in bpf_map_lookup_batch() argument 563 out_batch, keys, values, count, opts); in bpf_map_lookup_batch() 566 int bpf_map_lookup_and_delete_batch(int fd, void *in_batch, void *out_batch, in bpf_map_lookup_and_delete_batch() argument 571 fd, in_batch, out_batch, keys, values, in bpf_map_lookup_and_delete_batch()
|
D | bpf.h | 223 LIBBPF_API int bpf_map_lookup_batch(int fd, void *in_batch, void *out_batch, 253 void *out_batch, void *keys,
|
/linux-6.12.1/tools/testing/selftests/bpf/map_tests/ |
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.12.1/drivers/gpu/drm/i915/selftests/ |
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.12.1/include/uapi/linux/ |
D | bpf.h | 1518 __aligned_u64 out_batch; /* output: next start batch */ member
|
/linux-6.12.1/tools/include/uapi/linux/ |
D | bpf.h | 1518 __aligned_u64 out_batch; /* output: next start batch */ member
|
/linux-6.12.1/drivers/gpu/drm/i915/gt/ |
D | selftest_execlists.c | 3179 goto out_batch; in create_gpr_client() 3198 out_batch: in create_gpr_client()
|
/linux-6.12.1/kernel/bpf/ |
D | hashtab.c | 1909 ubatch = u64_to_user_ptr(attr->batch.out_batch); in __htab_map_lookup_and_delete_batch()
|
D | syscall.c | 1872 void __user *uobatch = u64_to_user_ptr(attr->batch.out_batch); in generic_map_lookup_batch()
|