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
150 * All exported file descriptors and any syncobj handles created as a
1157 uint32_t i, *handles;
1161 handles = kmalloc_array(count_handles, sizeof(*handles), GFP_KERNEL);
1162 if (handles == NULL)
1165 if (copy_from_user(handles, user_handles,
1178 syncobjs[i] = drm_syncobj_find(file_private, handles[i]);
1185 kfree(handles);
1194 kfree(handles);
1228 u64_to_user_ptr(args->handles),
1262 u64_to_user_ptr(args->handles),
1296 u64_to_user_ptr(args->handles),
1329 u64_to_user_ptr(args->handles),
1364 u64_to_user_ptr(args->handles),
1435 u64_to_user_ptr(args->handles),