Searched refs:hung (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/sys/dev/ixgbe/
H A Dif_ixv.c954 int hung = 0; local
965 * - mark hung queues so we don't schedule on them
966 * - watchdog only if all queues show hung
975 * we get to the MAX we declare it hung.
978 ++hung;
983 /* Check if we've come back from hung */
989 "Warning queue %d appears to be hung!\n", i);
991 ++hung;
996 /* Only truly watchdog if all queues show hung */
997 if (hung
[all...]
H A Dif_ix.c3380 int hung = 0; local
3394 * - mark hung queues so we don't schedule on them
3395 * - watchdog only if all queues show hung
3404 * we get to the MAX we declare it hung.
3407 ++hung;
3412 /* Check if we've come back from hung */
3418 "Warning queue %d appears to be hung!\n", i);
3420 ++hung;
3424 /* Only truly watchdog if all queues show hung */
3425 if (hung
[all...]
/freebsd-11-stable/sys/dev/ixl/
H A Dixl_txrx.c2299 int hung = 0; local
2322 "appears to be hung!\n", que->me);
2323 ++hung;
2340 return (hung);
/freebsd-11-stable/sys/dev/drm2/i915/
H A Di915_irq.c1706 bool hung = true; local
1708 DRM_ERROR("Hangcheck timer elapsed... GPU hung\n");
1721 hung &= !kick_ring(ring);
1724 return hung;
/freebsd-11-stable/sys/dev/e1000/
H A Dif_igb.c2101 int hung = 0, busy = 0; local
2112 ** - watchdog only if all queues show hung
2117 ++hung;
2123 if (hung == adapter->num_queues)
H A Dif_lem.c2110 * we do not hung.
2121 goto hung;
2125 hung:
H A Dif_em.c2360 goto hung;
2374 hung:
2375 /* Looks like we're hung */
/freebsd-11-stable/sys/net/
H A Diflib.c2139 goto hung;
2143 KASSERT(ctx->ifc_link_state == LINK_STATE_UP, ("queue can't be marked as hung if interface is down"));
2155 hung:

Completed in 293 milliseconds