Searched refs:out_batch (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/tools/lib/bpf/ |
D | bpf.c | 518 void *out_batch, void *keys, void *values, in bpf_map_batch_common() argument 532 attr.batch.out_batch = ptr_to_u64(out_batch); in bpf_map_batch_common() 552 int bpf_map_lookup_batch(int fd, void *in_batch, void *out_batch, void *keys, in bpf_map_lookup_batch() argument 557 out_batch, keys, values, count, opts); in bpf_map_lookup_batch() 560 int bpf_map_lookup_and_delete_batch(int fd, void *in_batch, void *out_batch, in bpf_map_lookup_and_delete_batch() argument 565 fd, in_batch, out_batch, keys, values, in bpf_map_lookup_and_delete_batch()
|
D | bpf.h | 197 LIBBPF_API int bpf_map_lookup_batch(int fd, void *in_batch, void *out_batch, 224 void *out_batch, void *keys,
|
/linux-6.1.9/drivers/gpu/drm/i915/selftests/ |
D | i915_request.c | 1038 goto out_batch; in live_empty_request() 1047 goto out_batch; in live_empty_request() 1060 goto out_batch; in live_empty_request() 1077 goto out_batch; in live_empty_request() 1085 out_batch: in live_empty_request()
|
/linux-6.1.9/tools/include/uapi/linux/ |
D | bpf.h | 1345 __aligned_u64 out_batch; /* output: next start batch */ member
|
/linux-6.1.9/include/uapi/linux/ |
D | bpf.h | 1345 __aligned_u64 out_batch; /* output: next start batch */ member
|
/linux-6.1.9/drivers/gpu/drm/i915/gt/ |
D | selftest_execlists.c | 3181 goto out_batch; in create_gpr_client() 3206 out_batch: in create_gpr_client()
|
/linux-6.1.9/kernel/bpf/ |
D | hashtab.c | 1868 ubatch = u64_to_user_ptr(attr->batch.out_batch); in __htab_map_lookup_and_delete_batch()
|
D | syscall.c | 1679 void __user *uobatch = u64_to_user_ptr(attr->batch.out_batch); in generic_map_lookup_batch()
|