Lines Matching refs:out_fence_fd
3883 int32_t out_fence_fd) in vmw_execbuf_copy_fence_user() argument
3893 fence_rep.fd = out_fence_fd; in vmw_execbuf_copy_fence_user()
4102 int32_t out_fence_fd = -1; in vmw_execbuf_process() local
4107 out_fence_fd = get_unused_fd_flags(O_CLOEXEC); in vmw_execbuf_process()
4108 if (out_fence_fd < 0) { in vmw_execbuf_process()
4110 return out_fence_fd; in vmw_execbuf_process()
4250 put_unused_fd(out_fence_fd); in vmw_execbuf_process()
4251 out_fence_fd = -1; in vmw_execbuf_process()
4259 user_fence_rep, fence, handle, out_fence_fd); in vmw_execbuf_process()
4265 put_unused_fd(out_fence_fd); in vmw_execbuf_process()
4268 fd_install(out_fence_fd, sync_file->file); in vmw_execbuf_process()
4317 if (out_fence_fd >= 0) in vmw_execbuf_process()
4318 put_unused_fd(out_fence_fd); in vmw_execbuf_process()