Home
last modified time | relevance | path

Searched refs:object_ids (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/drivers/gpu/drm/
A Ddrm_lease.c382 u32 *object_ids) in fill_object_idr() argument
398 object_ids[o], in fill_object_idr()
489 uint32_t *object_ids; in drm_mode_create_lease_ioctl() local
513 object_ids = memdup_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 = (__u32 __user *) (uintptr_t) (arg->objects_ptr); in drm_mode_get_lease_ioctl() local
673 ret = put_user(object, object_ids + count); in drm_mode_get_lease_ioctl()
/linux-6.3-rc2/drivers/infiniband/hw/mlx5/
A Ddevx.c49 struct xarray object_ids; /* second XA level, Key = object id */ member
1364 xa_val_level2 = xa_load(&event->object_ids, sub->xa_key_level2); in devx_cleanup_subscription()
1366 xa_erase(&event->object_ids, in devx_cleanup_subscription()
1429 obj_event = xa_load(&event->object_ids, obj_id); in devx_cq_comp()
1848 xa_val_level2 = xa_load(&event->object_ids, in subscribe_event_xa_dealloc()
1851 xa_erase(&event->object_ids, in subscribe_event_xa_dealloc()
1874 xa_init(&event->object_ids); in subscribe_event_xa_alloc()
1889 obj_event = xa_load(&event->object_ids, key_level2); in subscribe_event_xa_alloc()
1896 err = xa_insert(&event->object_ids, in subscribe_event_xa_alloc()
2131 obj_event = xa_load(&event->object_ids, obj_id); in UVERBS_HANDLER()
[all …]
/linux-6.3-rc2/include/uapi/drm/
A Ddrm_mode.h1213 __u64 object_ids; member

Completed in 19 milliseconds