Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/android/
Dsync.c153 static struct sync_fence *sync_fence_alloc(int size, const char *name) in sync_fence_alloc() function
195 fence = sync_fence_alloc(offsetof(struct sync_fence, cbs[1]), name); in sync_fence_create()
264 fence = sync_fence_alloc(size, name); in sync_fence_merge()