Lines Matching refs:out_fence_fd
3865 int32_t out_fence_fd) in vmw_execbuf_copy_fence_user() argument
3875 fence_rep.fd = out_fence_fd; in vmw_execbuf_copy_fence_user()
4083 int32_t out_fence_fd = -1; in vmw_execbuf_process() local
4088 out_fence_fd = get_unused_fd_flags(O_CLOEXEC); in vmw_execbuf_process()
4089 if (out_fence_fd < 0) { in vmw_execbuf_process()
4091 return out_fence_fd; in vmw_execbuf_process()
4231 put_unused_fd(out_fence_fd); in vmw_execbuf_process()
4232 out_fence_fd = -1; in vmw_execbuf_process()
4240 user_fence_rep, fence, handle, out_fence_fd); in vmw_execbuf_process()
4246 put_unused_fd(out_fence_fd); in vmw_execbuf_process()
4249 fd_install(out_fence_fd, sync_file->file); in vmw_execbuf_process()
4298 if (out_fence_fd >= 0) in vmw_execbuf_process()
4299 put_unused_fd(out_fence_fd); in vmw_execbuf_process()