Lines Matching defs:handles
73 * &DRM_IOCTL_SYNCOBJ_WAIT takes an array of syncobj handles and does a
103 * All exported file descriptors and any syncobj handles created as a
1310 uint32_t i, *handles;
1314 handles = kmalloc_array(count_handles, sizeof(*handles), GFP_KERNEL);
1315 if (handles == NULL)
1318 if (copy_from_user(handles, user_handles,
1331 syncobjs[i] = drm_syncobj_find(file_private, handles[i]);
1338 kfree(handles);
1347 kfree(handles);
1380 u64_to_user_ptr(args->handles),
1414 u64_to_user_ptr(args->handles),
1448 u64_to_user_ptr(args->handles),
1481 u64_to_user_ptr(args->handles),
1516 u64_to_user_ptr(args->handles),
1587 u64_to_user_ptr(args->handles),