Lines Matching defs:hung
1288 int hung = 0;
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)