Home
last modified time | relevance | path

Searched refs:sync_fence_install (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/staging/android/
Dsync.h299 void sync_fence_install(struct sync_fence *fence, int fd);
Dsync.c238 void sync_fence_install(struct sync_fence *fence, int fd) in sync_fence_install() function
242 EXPORT_SYMBOL(sync_fence_install);
604 sync_fence_install(fence3, fd); in sync_fence_ioctl_merge()
Dsw_sync.c202 sync_fence_install(fence, fd); in sw_sync_ioctl_create_fence()