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

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_atombios.h 201 bool hung);
amdgpu_atombios.c 1718 bool hung)
1722 if (hung)
  /src/sys/dev/pci/ixgbe/
ixv.c 1288 int hung = 0; local in function:ixv_handle_timer
1328 * - mark hung queues so we don't schedule on them
1329 * - watchdog only if all queues show hung
1339 * we get to the MAX we declare it hung.
1342 ++hung;
1347 /* Check if we've come back from hung */
1353 "Warning queue %d appears to be hung!\n", i);
1355 ++hung;
1359 /* Only truly watchdog if all queues show hung */
1360 if (hung == sc->num_queues
    [all...]
ixgbe.c 4619 int hung = 0; local in function:ixgbe_handle_timer
4682 * - mark hung queues so we don't schedule on them
4683 * - watchdog only if all queues show hung
4693 * we get to the MAX we declare it hung.
4696 ++hung;
4701 /* Check if we've come back from hung */
4707 "Warning queue %d appears to be hung!\n", i);
4709 ++hung;
4713 /* Only truly watchdog if all queues show hung */
4714 if (hung == sc->num_queues
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_r600.c 1588 void r600_set_bios_scratch_engine_hung(struct radeon_device *rdev, bool hung)
1592 if (hung)
1709 /* Skip MC reset as it's mostly likely not hung, just busy */
radeon.h 2874 extern void r600_set_bios_scratch_engine_hung(struct radeon_device *rdev, bool hung);

Completed in 24 milliseconds