Home
last modified time | relevance | path

Searched refs:sync_file_info (Results 1 – 7 of 7) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/sync/
Dsync.c84 static struct sync_file_info *sync_file_info(int fd) in sync_file_info() function
86 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()
/external/mesa3d/include/android_stub/ndk/
Dsync.h78 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);
/external/kernel-headers/original/uapi/linux/
Dsync_file.h60 struct sync_file_info { struct
96 #define SYNC_IOC_FILE_INFO _IOWR(SYNC_IOC_MAGIC, 4, struct sync_file_info)
/external/igt-gpu-tools/include/drm-uapi/
Dsync_file.h60 struct sync_file_info { struct
96 #define SYNC_IOC_FILE_INFO _IOWR(SYNC_IOC_MAGIC, 4, struct sync_file_info)
/external/mesa3d/include/drm-uapi/
Dsync_file.h78 struct sync_file_info { struct
114 #define SYNC_IOC_FILE_INFO _IOWR(SYNC_IOC_MAGIC, 4, struct sync_file_info)
/external/igt-gpu-tools/lib/
Dsw_sync.c162 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()
/external/igt-gpu-tools/tests/i915/
Dgem_ctx_shared.c319 struct sync_file_info sync_file_info = { in single_timeline() local
345 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()