Searched defs:sync_file_info (Results 1 – 2 of 2) sorted by relevance
69 struct sync_file_info { struct70 char name[32];71 __s32 status;72 __u32 flags;73 __u32 num_fences;74 __u32 pad;76 __u64 sync_fence_info;
84 static struct sync_file_info *sync_file_info(int fd) in sync_file_info() function