sync_file_create  350 drivers/dma-buf/sw_sync.c 	sync_file = sync_file_create(&pt->base);
sync_file_create   76 drivers/dma-buf/sync_file.c EXPORT_SYMBOL(sync_file_create);
sync_file_create 1533 drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c 		sync_file = sync_file_create(fence);
sync_file_create 1096 drivers/gpu/drm/drm_atomic_uapi.c 	fence_state->sync_file = sync_file_create(fence);
sync_file_create  627 drivers/gpu/drm/drm_syncobj.c 	sync_file = sync_file_create(fence);
sync_file_create  597 drivers/gpu/drm/etnaviv/etnaviv_gem_submit.c 		sync_file = sync_file_create(submit->out_fence);
sync_file_create 2669 drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c 		out_fence = sync_file_create(&eb.request->fence);
sync_file_create  573 drivers/gpu/drm/msm/msm_gem_submit.c 		sync_file = sync_file_create(submit->fence);
sync_file_create  213 drivers/gpu/drm/virtio/virtgpu_ioctl.c 		sync_file = sync_file_create(&out_fence->f);
sync_file_create 3801 drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c 		sync_file = sync_file_create(&fence->base);
sync_file_create   58 include/linux/sync_file.h struct sync_file *sync_file_create(struct dma_fence *fence);