Searched refs:out_batch (Results 1 - 9 of 9) sorted by last modified time

/linux-master/kernel/bpf/
H A Dsyscall.c1899 void __user *uobatch = u64_to_user_ptr(attr->batch.out_batch);
H A Dhashtab.c1896 ubatch = u64_to_user_ptr(attr->batch.out_batch);
/linux-master/tools/lib/bpf/
H A Dbpf.h194 * read. *out_batch* is an output parameter that should be passed as *in_batch*
197 * the map. Both *in_batch* and *out_batch* must point to memory large enough to
210 * @param out_batch output parameter that should be passed to next call as *in_batch*
223 LIBBPF_API int bpf_map_lookup_batch(int fd, void *in_batch, void *out_batch,
233 * get address of the first element in *out_batch*. If not NULL, must be large
237 * @param out_batch output parameter that should be passed to next call as *in_batch*
253 void *out_batch, void *keys,
H A Dbpf.c524 void *out_batch, void *keys, void *values,
538 attr.batch.out_batch = ptr_to_u64(out_batch);
558 int bpf_map_lookup_batch(int fd, void *in_batch, void *out_batch, void *keys, argument
563 out_batch, keys, values, count, opts);
566 int bpf_map_lookup_and_delete_batch(int fd, void *in_batch, void *out_batch, argument
571 fd, in_batch, out_batch, keys, values,
523 bpf_map_batch_common(int cmd, int fd, void *in_batch, void *out_batch, void *keys, void *values, __u32 *count, const struct bpf_map_batch_opts *opts) argument
/linux-master/tools/include/uapi/linux/
H A Dbpf.h638 * *in_batch* and *out_batch*. Initially, *in_batch* must be set
641 * *out_batch* as the *in_batch* for the next operation to
643 * *out_batch* must point to memory large enough to hold a key,
707 * and *out_batch* parameters are ignored and should be zeroed.
755 * *in_batch*, *out_batch*, and *values* parameters are ignored
1511 __aligned_u64 out_batch; /* output: next start batch */ member in struct:bpf_attr::__anon3133
/linux-master/include/uapi/linux/
H A Dbpf.h638 * *in_batch* and *out_batch*. Initially, *in_batch* must be set
641 * *out_batch* as the *in_batch* for the next operation to
643 * *out_batch* must point to memory large enough to hold a key,
707 * and *out_batch* parameters are ignored and should be zeroed.
755 * *in_batch*, *out_batch*, and *values* parameters are ignored
1511 __aligned_u64 out_batch; /* output: next start batch */ member in struct:bpf_attr::__anon2592
/linux-master/tools/testing/selftests/bpf/map_tests/
H A Dmap_percpu_stats.c65 void *in_batch = NULL, *out_batch; local
70 &in_batch, &out_batch,
/linux-master/drivers/gpu/drm/i915/selftests/
H A Di915_request.c1063 goto out_batch;
1072 goto out_batch;
1085 goto out_batch;
1102 goto out_batch;
1108 out_batch:
/linux-master/drivers/gpu/drm/i915/gt/
H A Dselftest_execlists.c3179 goto out_batch;
3198 out_batch:

Completed in 328 milliseconds