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

  /src/sys/external/bsd/drm2/dist/drm/i915/
intel_uncore.c 50 mmio_debug->unclaimed_mmio_check = 1;
65 mmio_debug->saved_mmio_check = mmio_debug->unclaimed_mmio_check;
66 mmio_debug->unclaimed_mmio_check = 0;
75 mmio_debug->unclaimed_mmio_check = mmio_debug->saved_mmio_check;
2130 if (unlikely(uncore->debug->unclaimed_mmio_check <= 0))
2141 uncore->debug->unclaimed_mmio_check--;
intel_uncore.h 43 int unclaimed_mmio_check; member in struct:intel_uncore_mmio_debug

Completed in 14 milliseconds