Lines Matching refs:error
29 * error code they will internally call i915_deps_fini(), which frees
109 ret = fence->error;
127 * encounters an error during the wait or a fence error, the wait for
128 * further fences is aborted and the error returned.
130 * Return: Zero if successful, Negative error code on error.
146 ret = (*fences)->error;
169 * be added, the new fence will instead be waited for and an error may
171 * error. If an error was returned, the dependency collection will be
174 * Return: 0 if success. Negative error code on error.
187 ret = fence->error;
220 * Return: Zero on success. Negative error code on error.