Home
last modified time | relevance | path

Searched defs:objs (Results 1 – 25 of 43) sorted by relevance

12

/linux-6.14.4/drivers/gpu/drm/virtio/
Dvirtgpu_gem.c107 struct virtio_gpu_object_array *objs; in virtio_gpu_gem_object_open() local
137 struct virtio_gpu_object_array *objs; in virtio_gpu_gem_object_close() local
154 struct virtio_gpu_object_array *objs; in virtio_gpu_array_alloc() local
165 static void virtio_gpu_array_free(struct virtio_gpu_object_array *objs) in virtio_gpu_array_free()
173 struct virtio_gpu_object_array *objs; in virtio_gpu_array_from_handles() local
192 void virtio_gpu_array_add_obj(struct virtio_gpu_object_array *objs, in virtio_gpu_array_add_obj()
203 int virtio_gpu_array_lock_resv(struct virtio_gpu_object_array *objs) in virtio_gpu_array_lock_resv()
227 void virtio_gpu_array_unlock_resv(struct virtio_gpu_object_array *objs) in virtio_gpu_array_unlock_resv()
237 void virtio_gpu_array_add_fence(struct virtio_gpu_object_array *objs, in virtio_gpu_array_add_fence()
247 void virtio_gpu_array_put_free(struct virtio_gpu_object_array *objs) in virtio_gpu_array_put_free()
[all …]
Dvirtgpu_vq.c497 struct virtio_gpu_object_array *objs, in virtio_gpu_cmd_create_resource()
574 struct virtio_gpu_object_array *objs, in virtio_gpu_cmd_resource_flush()
598 struct virtio_gpu_object_array *objs, in virtio_gpu_cmd_transfer_to_host_2d()
963 struct virtio_gpu_object_array *objs) in virtio_gpu_cmd_context_attach_resource()
981 struct virtio_gpu_object_array *objs) in virtio_gpu_cmd_context_detach_resource()
1001 struct virtio_gpu_object_array *objs, in virtio_gpu_cmd_resource_create_3d()
1036 struct virtio_gpu_object_array *objs, in virtio_gpu_cmd_transfer_to_host_3d()
1071 struct virtio_gpu_object_array *objs, in virtio_gpu_cmd_transfer_from_host_3d()
1098 struct virtio_gpu_object_array *objs, in virtio_gpu_cmd_submit()
1183 struct virtio_gpu_object_array *objs) in virtio_gpu_cmd_resource_assign_uuid()
[all …]
Dvirtgpu_plane.c136 struct virtio_gpu_object_array *objs; in virtio_gpu_update_dumb_bo() local
167 struct virtio_gpu_object_array *objs; in virtio_gpu_resource_flush() local
411 struct virtio_gpu_object_array *objs; in virtio_gpu_cursor_plane_update() local
Dvirtgpu_ioctl.c231 struct virtio_gpu_object_array *objs; in virtio_gpu_transfer_from_host_ioctl() local
286 struct virtio_gpu_object_array *objs; in virtio_gpu_transfer_to_host_ioctl() local
Dvirtgpu_vram.c145 struct virtio_gpu_object_array *objs; in virtio_gpu_vram_map() local
/linux-6.14.4/tools/testing/selftests/drivers/ntsync/
Dntsync.c98 const int *objs, __u32 owner, int alert, __u32 *index) in wait_objs()
117 static int wait_any(int fd, __u32 count, const int *objs, __u32 owner, __u32 *index) in wait_any()
122 static int wait_all(int fd, __u32 count, const int *objs, __u32 owner, __u32 *index) in wait_all()
127 static int wait_any_alert(int fd, __u32 count, const int *objs, in wait_any_alert()
134 static int wait_all_alert(int fd, __u32 count, const int *objs, in wait_all_alert()
502 int objs[NTSYNC_MAX_WAIT_COUNT + 1], fd, ret; in TEST() local
620 int objs[2], fd, ret; in TEST() local
754 int objs[2], fd, ret; in TEST() local
947 int objs[4], fd, ret; in TEST() local
1070 int objs[2], event, fd, ret; in TEST() local
[all …]
/linux-6.14.4/tools/testing/selftests/livepatch/test_modules/
Dtest_klp_livepatch.c25 static struct klp_object objs[] = { variable
Dtest_klp_atomic_replace.c29 static struct klp_object objs[] = { variable
Dtest_klp_callbacks_demo2.c59 static struct klp_object objs[] = { variable
Dtest_klp_syscall.c69 static struct klp_object objs[] = { variable
Dtest_klp_callbacks_demo.c71 static struct klp_object objs[] = { variable
Dtest_klp_state.c121 static struct klp_object objs[] = { variable
Dtest_klp_state2.c150 static struct klp_object objs[] = { variable
/linux-6.14.4/samples/livepatch/
Dlivepatch-sample.c46 static struct klp_object objs[] = { variable
Dlivepatch-callbacks-demo.c148 static struct klp_object objs[] = { variable
Dlivepatch-shadow-fix2.c106 static struct klp_object objs[] = { variable
Dlivepatch-shadow-fix1.c146 static struct klp_object objs[] = { variable
/linux-6.14.4/drivers/gpu/drm/
Ddrm_gem.c683 struct drm_gem_object **objs) in objects_lookup()
728 struct drm_gem_object **objs; in drm_gem_objects_lookup() local
1299 drm_gem_lock_reservations(struct drm_gem_object **objs, int count, in drm_gem_lock_reservations()
1351 drm_gem_unlock_reservations(struct drm_gem_object **objs, int count, in drm_gem_unlock_reservations()
Ddrm_gem_framebuffer_helper.c158 struct drm_gem_object *objs[DRM_FORMAT_MAX_PLANES]; in drm_gem_fb_init_with_funcs() local
602 struct drm_gem_object **objs; in drm_gem_fb_afbc_init() local
/linux-6.14.4/samples/bpf/
Dsyscall_tp_user.c52 struct bpf_object *objs[nr_tests]; in test() local
/linux-6.14.4/tools/cgroup/
Dmemcg_slabinfo.py106 def cache_show(s, cfg, objs): argument
/linux-6.14.4/drivers/bus/fsl-mc/
Ddprc-driver.c45 struct fsl_mc_child_objs *objs; in __fsl_mc_device_remove_if_not_in_mc() local
98 struct fsl_mc_child_objs objs; in dprc_remove_devices() local
/linux-6.14.4/tools/testing/selftests/bpf/prog_tests/
Dbpf_obj_id.c15 struct bpf_object *objs[nr_iters] = {}; in serial_test_bpf_obj_id() local
/linux-6.14.4/lib/
Dtest_rhashtable.c77 struct test_obj *objs; member
688 struct test_obj *objs; in test_rht_init() local
/linux-6.14.4/fs/bcachefs/
Drcu_pending.c197 struct rcu_pending_seq objs = {}; in __process_finished_items() local
425 struct rcu_pending_seq *objs; in __rcu_pending_enqueue() local

12