Lines Matching refs:unusable
364 * @unusable: True if the VM has turned unusable because something
372 * Instead, we should just flag the VM as unusable, and fail any
381 bool unusable;
665 * Return: true if the VM is unusable, false otherwise.
669 return vm->unusable;
2173 if (vm->unusable) {
2192 vm->unusable = true;
2208 * drm_sched finished fence, but we also flag the VM as unusable, because
2486 if (vm->destroyed || vm->unusable)