Searched defs:sync_file_info (Results 1 – 2 of 2) sorted by relevance
60 struct sync_file_info { struct61 char name[32];62 __s32 status;63 __u32 flags;64 __u32 num_fences;65 __u32 pad;67 __u64 sync_fence_info;
84 static struct sync_file_info *sync_file_info(int fd) in sync_file_info() function
Completed in 4 milliseconds