Lines Matching refs:out_fence_fd
3421 int32_t out_fence_fd, struct sync_file *sync_file) in vmw_execbuf_copy_fence_user() argument
3431 fence_rep.fd = out_fence_fd; in vmw_execbuf_copy_fence_user()
3643 int32_t out_fence_fd = -1; in vmw_execbuf_process() local
3650 out_fence_fd = get_unused_fd_flags(O_CLOEXEC); in vmw_execbuf_process()
3651 if (out_fence_fd < 0) { in vmw_execbuf_process()
3653 return out_fence_fd; in vmw_execbuf_process()
3804 put_unused_fd(out_fence_fd); in vmw_execbuf_process()
3805 out_fence_fd = -1; in vmw_execbuf_process()
3811 fd_install(out_fence_fd, sync_file->file); in vmw_execbuf_process()
3816 user_fence_rep, fence, handle, out_fence_fd, in vmw_execbuf_process()
3864 if (out_fence_fd >= 0) in vmw_execbuf_process()
3865 put_unused_fd(out_fence_fd); in vmw_execbuf_process()