Lines Matching defs:fence
38 * @name: name of new fence
39 * @fd2: file descriptor of second fence
40 * @fence: returns the fd of the new fence to userspace
47 __s32 fence;
53 * struct sync_fence_info - detailed fence information
56 * @status: status of the fence 0:active 1:signaled <0:error
69 * struct sync_file_info - data returned from fence info ioctl
70 * @name: name of fence
71 * @status: status of fence. 1: signaled 0:active <0:error
100 * Takes a struct sync_merge_data. Creates a new fence containing copies of
102 * new fence's fd in sync_merge_data.fence
112 * struct sync_fence_info, with detailed fence information.