Searched defs:vtest_sync_wait (Results 1 – 1 of 1) sorted by relevance
93 struct vtest_sync_wait { struct94 struct list_head head;96 int fd;98 uint32_t flags;99 uint64_t valid_before;101 uint32_t count;102 struct vtest_sync **syncs;103 uint64_t *values;105 uint32_t signaled_count;1935 int vtest_sync_wait(uint32_t length_dw) in vtest_sync_wait() function