Searched refs:out_batch (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/tools/lib/bpf/ |
H A D | bpf.c | 517 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 D | bpf.h | 211 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 D | map_percpu_stats.c | 65 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 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()
|
/openbmc/linux/include/uapi/linux/ |
H A D | bpf.h | 1419 __aligned_u64 out_batch; /* output: next start batch */ member
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | bpf.h | 1419 __aligned_u64 out_batch; /* output: next start batch */ member
|
/openbmc/linux/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()
|
/openbmc/linux/kernel/bpf/ |
H A D | hashtab.c | 1920 ubatch = u64_to_user_ptr(attr->batch.out_batch); in __htab_map_lookup_and_delete_batch()
|
H A D | syscall.c | 1807 void __user *uobatch = u64_to_user_ptr(attr->batch.out_batch); in generic_map_lookup_batch()
|