sync_fence_info
struct sync_fence_info *info)
struct sync_fence_info *fence_info = NULL;
if (copy_to_user(u64_to_user_ptr(info.sync_fence_info), fence_info,
__u64 sync_fence_info;
info->sync_fence_info = (uint64_t)(unsigned long)fence_info;
free((void *)(unsigned long)info->sync_fence_info);
struct sync_fence_info *fence_info = NULL;
fence_info = (struct sync_fence_info *)(unsigned long)info->sync_fence_info;
struct sync_fence_info *fence_info;