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

/linux-master/drivers/gpu/drm/
H A Ddrm_lease.c382 u32 *object_ids)
398 object_ids[o],
489 uint32_t *object_ids; local
513 object_ids = memdup_array_user(u64_to_user_ptr(cl->object_ids),
515 if (IS_ERR(object_ids)) {
516 ret = PTR_ERR(object_ids);
523 object_count, object_ids);
524 kfree(object_ids);
641 __u32 __user *object_ids local
378 fill_object_idr(struct drm_device *dev, struct drm_file *lessor_priv, struct idr *leases, int object_count, u32 *object_ids) argument
[all...]
/linux-master/drivers/infiniband/hw/mlx5/
H A Ddevx.c49 struct xarray object_ids; /* second XA level, Key = object id */ member in struct:devx_event
1378 xa_val_level2 = xa_load(&event->object_ids, sub->xa_key_level2);
1380 xa_erase(&event->object_ids,
1443 obj_event = xa_load(&event->object_ids, obj_id);
1869 xa_val_level2 = xa_load(&event->object_ids,
1872 xa_erase(&event->object_ids,
1895 xa_init(&event->object_ids);
1910 obj_event = xa_load(&event->object_ids, key_level2);
1917 err = xa_insert(&event->object_ids,
2150 obj_event = xa_load(&event->object_ids, obj_i
[all...]
/linux-master/include/uapi/drm/
H A Ddrm_mode.h1244 * The @object_ids array must reference at least one CRTC, one connector and
1249 /** @object_ids: Pointer to array of object ids (__u32) */
1250 __u64 object_ids; member in struct:drm_mode_create_lease

Completed in 120 milliseconds