Lines Matching refs:handles
110 * &DRM_IOCTL_SYNCOBJ_WAIT takes an array of syncobj handles and does a
130 * handles as well as an array of u64 points and does a host-side wait on all
154 * All exported file descriptors and any syncobj handles created as a
1245 uint32_t i, *handles;
1249 handles = kmalloc_array(count_handles, sizeof(*handles), GFP_KERNEL);
1250 if (handles == NULL)
1253 if (copy_from_user(handles, user_handles,
1266 syncobjs[i] = drm_syncobj_find(file_private, handles[i]);
1273 kfree(handles);
1282 kfree(handles);
1316 u64_to_user_ptr(args->handles),
1350 u64_to_user_ptr(args->handles),
1477 u64_to_user_ptr(args->handles),
1510 u64_to_user_ptr(args->handles),
1548 u64_to_user_ptr(args->handles),
1619 u64_to_user_ptr(args->handles),