Home
last modified time | relevance | path

Searched refs:out_batch (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.15/tools/lib/bpf/
Dbpf.c533 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()
Dbpf.h143 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/
Di915_request.c910 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/
Dbpf.h1293 __aligned_u64 out_batch; /* output: next start batch */ member
/Linux-v5.15/tools/include/uapi/linux/
Dbpf.h1293 __aligned_u64 out_batch; /* output: next start batch */ member
/Linux-v5.15/drivers/gpu/drm/i915/gt/
Dselftest_execlists.c3174 goto out_batch; in create_gpr_client()
3199 out_batch: in create_gpr_client()
/Linux-v5.15/kernel/bpf/
Dhashtab.c1789 ubatch = u64_to_user_ptr(attr->batch.out_batch); in __htab_map_lookup_and_delete_batch()
Dsyscall.c1401 void __user *uobatch = u64_to_user_ptr(attr->batch.out_batch); in generic_map_lookup_batch()