Searched refs:sync_file_info (Results 1 – 7 of 7) sorted by relevance
84 static struct sync_file_info *sync_file_info(int fd) in sync_file_info() function86 struct sync_file_info *info; in sync_file_info()125 static void sync_file_info_free(struct sync_file_info *info) in sync_file_info_free()134 struct sync_file_info *info = sync_file_info(fd); in sync_fence_size()150 struct sync_file_info *info = sync_file_info(fd); in sync_fence_count_with_status()
78 struct sync_file_info* sync_file_info(int32_t fd) __INTRODUCED_IN(26);88 static inline struct sync_fence_info* sync_get_fence_info(const struct sync_file_info* info) { in sync_get_fence_info()102 void sync_file_info_free(struct sync_file_info* info) __INTRODUCED_IN(26);
60 struct sync_file_info { struct96 #define SYNC_IOC_FILE_INFO _IOWR(SYNC_IOC_MAGIC, 4, struct sync_file_info)
78 struct sync_file_info { struct114 #define SYNC_IOC_FILE_INFO _IOWR(SYNC_IOC_MAGIC, 4, struct sync_file_info)
162 struct sync_file_info info = {}; in sync_fence_count()172 struct sync_file_info info = {}; in __sync_fence_count_status()209 struct sync_file_info info = { }; in sync_fence_status()
319 struct sync_file_info sync_file_info = { in single_timeline() local345 sync_file_info.sync_fence_info = to_user_pointer(&rings[n]); in single_timeline()346 do_ioctl(execbuf.rsvd2 >> 32, SYNC_IOC_FILE_INFO, &sync_file_info); in single_timeline()