Home
last modified time | relevance | path

Searched refs:sync_fence_info (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/tools/testing/selftests/sync/
Dsync.c87 struct sync_fence_info *fence_info; in sync_file_info()
112 info->sync_fence_info = (uint64_t)(unsigned long)fence_info; in sync_file_info()
127 free((void *)(unsigned long)info->sync_fence_info); in sync_file_info_free()
149 struct sync_fence_info *fence_info = NULL; in sync_fence_count_with_status()
155 fence_info = (struct sync_fence_info *)(unsigned long)info->sync_fence_info; in sync_fence_count_with_status()
/Linux-v6.1/include/uapi/linux/
Dsync_file.h42 struct sync_fence_info { struct
67 __u64 sync_fence_info; member
/Linux-v6.1/drivers/dma-buf/
Dsync_file.c263 struct sync_fence_info *info) in sync_fill_fence_info()
285 struct sync_fence_info *fence_info = NULL; in sync_file_ioctl_fence_info()
332 if (copy_to_user(u64_to_user_ptr(info.sync_fence_info), fence_info, in sync_file_ioctl_fence_info()