Home
last modified time | relevance | path

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

/openbmc/linux/tools/lib/bpf/
H A Dbpf.c517 void *out_batch, void *keys, void *values, in bpf_map_batch_common() argument
531 attr.batch.out_batch = ptr_to_u64(out_batch); in bpf_map_batch_common()
551 int bpf_map_lookup_batch(int fd, void *in_batch, void *out_batch, void *keys, in bpf_map_lookup_batch() argument
556 out_batch, keys, values, count, opts); in bpf_map_lookup_batch()
559 int bpf_map_lookup_and_delete_batch(int fd, void *in_batch, void *out_batch, in bpf_map_lookup_and_delete_batch() argument
564 fd, in_batch, out_batch, keys, values, in bpf_map_lookup_and_delete_batch()
H A Dbpf.h211 LIBBPF_API int bpf_map_lookup_batch(int fd, void *in_batch, void *out_batch,
238 void *out_batch, void *keys,
/openbmc/linux/tools/testing/selftests/bpf/map_tests/
H A Dmap_percpu_stats.c65 void *in_batch = NULL, *out_batch; in delete_and_lookup_batch() local
70 &in_batch, &out_batch, in delete_and_lookup_batch()
/openbmc/linux/drivers/gpu/drm/i915/selftests/
H A Di915_request.c1063 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()
/openbmc/linux/include/uapi/linux/
H A Dbpf.h1419 __aligned_u64 out_batch; /* output: next start batch */ member
/openbmc/linux/tools/include/uapi/linux/
H A Dbpf.h1419 __aligned_u64 out_batch; /* output: next start batch */ member
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dselftest_execlists.c3179 goto out_batch; in create_gpr_client()
3198 out_batch: in create_gpr_client()
/openbmc/linux/kernel/bpf/
H A Dhashtab.c1920 ubatch = u64_to_user_ptr(attr->batch.out_batch); in __htab_map_lookup_and_delete_batch()
H A Dsyscall.c1807 void __user *uobatch = u64_to_user_ptr(attr->batch.out_batch); in generic_map_lookup_batch()