Searched refs:object_ids (Results 1 – 2 of 2) sorted by relevance
/drivers/gpu/drm/ |
D | drm_lease.c | 387 u32 *object_ids) in fill_object_idr() argument 403 object_ids[o], in fill_object_idr() 499 uint32_t *object_ids; in drm_mode_create_lease_ioctl() local 524 object_ids = memdup_user(u64_to_user_ptr(cl->object_ids), in drm_mode_create_lease_ioctl() 526 if (IS_ERR(object_ids)) in drm_mode_create_lease_ioctl() 527 return PTR_ERR(object_ids); in drm_mode_create_lease_ioctl() 533 object_count, object_ids); in drm_mode_create_lease_ioctl() 534 kfree(object_ids); in drm_mode_create_lease_ioctl() 663 __u32 __user *object_ids = (__u32 __user *) (uintptr_t) (arg->objects_ptr); in drm_mode_get_lease_ioctl() local 694 ret = put_user(object, object_ids + count); in drm_mode_get_lease_ioctl()
|
/drivers/infiniband/hw/mlx5/ |
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_id); in UVERBS_HANDLER() [all …]
|