Lines Matching defs:handles
110 * &DRM_IOCTL_SYNCOBJ_WAIT takes an array of syncobj handles and does a
135 * handles as well as an array of u64 points and does a host-side wait on all
159 * All exported file descriptors and any syncobj handles created as a
1293 uint32_t i, *handles;
1297 handles = kmalloc_array(count_handles, sizeof(*handles), GFP_KERNEL);
1298 if (handles == NULL)
1301 if (copy_from_user(handles, user_handles,
1314 syncobjs[i] = drm_syncobj_find(file_private, handles[i]);
1321 kfree(handles);
1330 kfree(handles);
1369 u64_to_user_ptr(args->handles),
1413 u64_to_user_ptr(args->handles),
1554 u64_to_user_ptr(args->handles),
1587 u64_to_user_ptr(args->handles),
1625 u64_to_user_ptr(args->handles),
1696 u64_to_user_ptr(args->handles),