Lines Matching refs:out_fence_fd
3877 int32_t out_fence_fd) in vmw_execbuf_copy_fence_user() argument
3887 fence_rep.fd = out_fence_fd; in vmw_execbuf_copy_fence_user()
4095 int32_t out_fence_fd = -1; in vmw_execbuf_process() local
4100 out_fence_fd = get_unused_fd_flags(O_CLOEXEC); in vmw_execbuf_process()
4101 if (out_fence_fd < 0) { in vmw_execbuf_process()
4103 return out_fence_fd; in vmw_execbuf_process()
4243 put_unused_fd(out_fence_fd); in vmw_execbuf_process()
4244 out_fence_fd = -1; in vmw_execbuf_process()
4252 user_fence_rep, fence, handle, out_fence_fd); in vmw_execbuf_process()
4258 put_unused_fd(out_fence_fd); in vmw_execbuf_process()
4261 fd_install(out_fence_fd, sync_file->file); in vmw_execbuf_process()
4310 if (out_fence_fd >= 0) in vmw_execbuf_process()
4311 put_unused_fd(out_fence_fd); in vmw_execbuf_process()