Home | History | Annotate | Download | only in linux

Lines Matching full:fence

19  * @fd2:	file descriptor of second fence
20 * @name: name of new fence
21 * @fence: returns the fd of the new fence to userspace
24 __s32 fd2; /* fd of second fence */
25 char name[32]; /* name of new fence */
26 __s32 fence; /* fd on newly created fence */
49 * struct sync_fence_info_data - data returned from fence info ioctl
53 * @name: name of fence
54 * @status: status of fence. 1: signaled 0:active <0:error
55 * @pt_info: a sync_pt_info struct for every sync_pt in the fence
68 * DOC: SYNC_IOC_WAIT - wait for a fence to signal
77 * Takes a struct sync_merge_data. Creates a new fence containing copies of
79 * new fence's fd in sync_merge_data.fence
84 * DOC: SYNC_IOC_FENCE_INFO - get detailed information on a fence
91 * pt_info is a buffer containing sync_pt_infos for every sync_pt in the fence.