Searched refs:DEBUG_RETRY (Results 1 – 2 of 2) sorted by relevance
49 #define DEBUG_RETRY 0x100000 macro
851 ((SVGA_DEBUG & DEBUG_RETRY) ? PIPE_ERROR_OUT_OF_MEMORY : (_func))855 ((SVGA_DEBUG & DEBUG_RETRY) ? NULL : (_func))862 ((SVGA_DEBUG & DEBUG_RETRY) ? (_retry) = TRUE, NULL : (_func))879 if ((SVGA_DEBUG & DEBUG_RETRY) && svga->swc->in_retry) { in svga_retry_enter()