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

/freebsd-10.2-release/sys/dev/ixl/
H A Dif_ixlv.c2342 int hung = 0; local
2379 ** we get to 5 we declare it hung.
2382 ++hung;
2387 /* Check if we've come back from hung */
2393 "appears to be hung!\n", i);
2395 ++hung;
2398 /* Only reset when all queues show hung */
2399 if (hung == vsi->num_queues)
2400 goto hung;
2404 hung
[all...]
H A Dif_ixl.c1687 int hung = 0; local
1711 ** we get to 5 we declare it hung.
1714 ++hung;
1719 /* Check if we've come back from hung */
1725 "appears to be hung!\n", i);
1727 ++hung;
1730 /* Only reinit if all queues show hung */
1731 if (hung == vsi->num_queues)
1732 goto hung;
1737 hung
[all...]
/freebsd-10.2-release/sys/dev/ixgbe/
H A Dif_ixv.c1049 int hung = 0; local
1060 ** - mark hung queues so we don't schedule on them
1061 ** - watchdog only if all queues show hung
1070 ** we get to the MAX we declare it hung.
1073 ++hung;
1078 /* Check if we've come back from hung */
1084 "appears to be hung!\n", i);
1086 ++hung;
1091 /* Only truely watchdog if all queues show hung */
1092 if (hung
[all...]
H A Dif_ix.c1894 int hung = 0; local
1908 ** - mark hung queues so we don't schedule on them
1909 ** - watchdog only if all queues show hung
1918 ** we get to the MAX we declare it hung.
1921 ++hung;
1926 /* Check if we've come back from hung */
1932 "appears to be hung!\n", i);
1934 ++hung;
1939 /* Only truly watchdog if all queues show hung */
1940 if (hung
[all...]
/freebsd-10.2-release/sys/dev/drm2/i915/
H A Di915_irq.c1157 bool hung = true; local
1159 DRM_ERROR("Hangcheck timer elapsed... GPU hung\n");
1172 hung &= !kick_ring(ring);
1175 return hung;
/freebsd-10.2-release/sys/dev/e1000/
H A Dif_igb.c2110 int hung = 0, busy = 0; local
2121 ** - watchdog only if all queues show hung
2126 ++hung;
2132 if (hung == adapter->num_queues)
H A Dif_lem.c2130 * we do not hung.
2141 goto hung;
2145 hung:
H A Dif_em.c2352 goto hung;
2366 hung:
2367 /* Looks like we're hung */

Completed in 258 milliseconds