Searched refs:out_batch (Results 1 – 11 of 11) sorted by relevance
/Linux-v5.10/drivers/gpu/drm/i915/gem/ |
D | i915_gem_object_blt.c | 183 goto out_batch; in i915_gem_object_fill_blt() 209 out_batch: in i915_gem_object_fill_blt() 397 goto out_batch; in i915_gem_object_copy_blt() 433 out_batch: in i915_gem_object_copy_blt()
|
D | i915_gem_client_blt.c | 193 goto out_batch; in clear_pages_worker() 230 out_batch: in clear_pages_worker()
|
/Linux-v5.10/tools/lib/bpf/ |
D | bpf.c | 455 void *out_batch, void *keys, void *values, in bpf_map_batch_common() argument 468 attr.batch.out_batch = ptr_to_u64(out_batch); in bpf_map_batch_common() 488 int bpf_map_lookup_batch(int fd, void *in_batch, void *out_batch, void *keys, in bpf_map_lookup_batch() argument 493 out_batch, keys, values, count, opts); in bpf_map_lookup_batch() 496 int bpf_map_lookup_and_delete_batch(int fd, void *in_batch, void *out_batch, in bpf_map_lookup_and_delete_batch() argument 501 fd, in_batch, out_batch, keys, values, in bpf_map_lookup_and_delete_batch()
|
D | bpf.h | 141 LIBBPF_API int bpf_map_lookup_batch(int fd, void *in_batch, void *out_batch, 145 void *out_batch, void *keys,
|
/Linux-v5.10/drivers/gpu/drm/i915/gt/ |
D | selftest_workarounds.c | 533 goto out_batch; in check_dirty_whitelist() 586 goto out_batch; in check_dirty_whitelist() 624 goto out_batch; in check_dirty_whitelist() 630 goto out_batch; in check_dirty_whitelist() 715 out_batch: in check_dirty_whitelist()
|
D | selftest_lrc.c | 3134 goto out_batch; in create_gpr_client() 3159 out_batch: in create_gpr_client()
|
/Linux-v5.10/drivers/gpu/drm/i915/selftests/ |
D | i915_request.c | 709 goto out_batch; in live_empty_request() 718 goto out_batch; in live_empty_request() 731 goto out_batch; in live_empty_request() 748 goto out_batch; in live_empty_request() 756 out_batch: in live_empty_request()
|
/Linux-v5.10/include/uapi/linux/ |
D | bpf.h | 521 __aligned_u64 out_batch; /* output: next start batch */ member
|
/Linux-v5.10/tools/include/uapi/linux/ |
D | bpf.h | 521 __aligned_u64 out_batch; /* output: next start batch */ member
|
/Linux-v5.10/kernel/bpf/ |
D | hashtab.c | 1567 ubatch = u64_to_user_ptr(attr->batch.out_batch); in __htab_map_lookup_and_delete_batch()
|
D | syscall.c | 1368 void __user *uobatch = u64_to_user_ptr(attr->batch.out_batch); in generic_map_lookup_batch()
|