Searched refs:object_ids (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_lease.c | 414 u32 *object_ids) in fill_object_idr() 430 object_ids[o], in fill_object_idr() 526 uint32_t *object_ids; in drm_mode_create_lease_ioctl() local 553 object_ids = memdup_user(u64_to_user_ptr(cl->object_ids), in drm_mode_create_lease_ioctl() 555 if (IS_ERR(object_ids)) { in drm_mode_create_lease_ioctl() 556 ret = PTR_ERR(object_ids); in drm_mode_create_lease_ioctl() 564 object_count, object_ids); in drm_mode_create_lease_ioctl() 565 kfree(object_ids); in drm_mode_create_lease_ioctl() 700 __u32 __user *object_ids in drm_mode_get_lease_ioctl() local 410 fill_object_idr(struct drm_device *dev, struct drm_file *lessor_priv, struct idr *leases, int object_count, u32 *object_ids) fill_object_idr() argument [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/ |
H A D | drm_lease.c | 382 u32 *object_ids) in fill_object_idr() 398 object_ids[o], in fill_object_idr() 489 uint32_t *object_ids; in drm_mode_create_lease_ioctl() local 513 object_ids = memdup_array_user(u64_to_user_ptr(cl->object_ids), in drm_mode_create_lease_ioctl() 515 if (IS_ERR(object_ids)) { in drm_mode_create_lease_ioctl() 516 ret = PTR_ERR(object_ids); in drm_mode_create_lease_ioctl() 523 object_count, object_ids); in drm_mode_create_lease_ioctl() 524 kfree(object_ids); in drm_mode_create_lease_ioctl() 641 __u32 __user *object_ids in drm_mode_get_lease_ioctl() local 378 fill_object_idr(struct drm_device *dev, struct drm_file *lessor_priv, struct idr *leases, int object_count, u32 *object_ids) fill_object_idr() argument [all...] |
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/ |
H A D | devx.c | 49 struct xarray object_ids; /* second XA level, Key = object id */ member 1289 xa_val_level2 = xa_load(&event->object_ids, sub->xa_key_level2); in devx_cleanup_subscription() 1291 xa_erase(&event->object_ids, in devx_cleanup_subscription() 1355 obj_event = xa_load(&event->object_ids, obj_id); in devx_cq_comp() 1764 xa_val_level2 = xa_load(&event->object_ids, in subscribe_event_xa_dealloc() 1767 xa_erase(&event->object_ids, in subscribe_event_xa_dealloc() 1790 xa_init(&event->object_ids); in subscribe_event_xa_alloc() 1805 obj_event = xa_load(&event->object_ids, key_level2); in subscribe_event_xa_alloc() 1812 err = xa_insert(&event->object_ids, in subscribe_event_xa_alloc() 2047 obj_event = xa_load(&event->object_ids, obj_i in MLX5_IB_METHOD_DEVX_SUBSCRIBE_EVENT() [all...] |
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/ |
H A D | devx.c | 49 struct xarray object_ids; /* second XA level, Key = object id */ member 1378 xa_val_level2 = xa_load(&event->object_ids, sub->xa_key_level2); in devx_cleanup_subscription() 1380 xa_erase(&event->object_ids, in devx_cleanup_subscription() 1443 obj_event = xa_load(&event->object_ids, obj_id); in devx_cq_comp() 1869 xa_val_level2 = xa_load(&event->object_ids, in subscribe_event_xa_dealloc() 1872 xa_erase(&event->object_ids, in subscribe_event_xa_dealloc() 1895 xa_init(&event->object_ids); in subscribe_event_xa_alloc() 1910 obj_event = xa_load(&event->object_ids, key_level2); in subscribe_event_xa_alloc() 1917 err = xa_insert(&event->object_ids, in subscribe_event_xa_alloc() 2150 obj_event = xa_load(&event->object_ids, obj_i in MLX5_IB_METHOD_DEVX_SUBSCRIBE_EVENT() [all...] |
/kernel/linux/linux-5.10/include/uapi/drm/ |
H A D | drm_mode.h | 934 * @object_ids: Pointer to array of object ids. 943 __u64 object_ids; member
|
/kernel/linux/linux-6.6/include/uapi/drm/ |
H A D | drm_mode.h | 1215 * The @object_ids array must reference at least one CRTC, one connector and 1220 /** @object_ids: Pointer to array of object ids (__u32) */ 1221 __u64 object_ids; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/drm/ |
H A D | drm_mode.h | 499 __u64 object_ids; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/drm/ |
H A D | drm_mode.h | 472 __u64 object_ids; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/drm/ |
H A D | drm_mode.h | 472 __u64 object_ids; member
|
Completed in 21 milliseconds