HomeSort by: relevance | last modified time | path
    Searched defs:scrubbed (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_binding.h 69 * @scrubbed: Whether the binding has been scrubbed from the context.
77 bool scrubbed; member in struct:vmw_ctx_bindinfo
vmwgfx_cotable.c 52 * @scrubbed: Whether the cotable has been scrubbed.
61 bool scrubbed; member in struct:vmw_cotable
94 * Cotables with bindings that we remove must be scrubbed first,
195 vcotbl->scrubbed = false;
258 if (vcotbl->scrubbed)
290 vcotbl->scrubbed = true;
324 if (!vcotbl->scrubbed)
354 if (!vcotbl->scrubbed) {
506 * 1) Unscrub the cotable if it is scrubbed and still attached to a backu
    [all...]

Completed in 11 milliseconds