Lines Matching refs:out_fence_fd
3831 int32_t out_fence_fd, struct sync_file *sync_file) in vmw_execbuf_copy_fence_user() argument
3841 fence_rep.fd = out_fence_fd; in vmw_execbuf_copy_fence_user()
4053 int32_t out_fence_fd = -1; in vmw_execbuf_process() local
4060 out_fence_fd = get_unused_fd_flags(O_CLOEXEC); in vmw_execbuf_process()
4061 if (out_fence_fd < 0) { in vmw_execbuf_process()
4063 return out_fence_fd; in vmw_execbuf_process()
4210 put_unused_fd(out_fence_fd); in vmw_execbuf_process()
4211 out_fence_fd = -1; in vmw_execbuf_process()
4217 fd_install(out_fence_fd, sync_file->file); in vmw_execbuf_process()
4222 user_fence_rep, fence, handle, out_fence_fd, in vmw_execbuf_process()
4270 if (out_fence_fd >= 0) in vmw_execbuf_process()
4271 put_unused_fd(out_fence_fd); in vmw_execbuf_process()