Lines Matching defs:score
2447 ring->hangcheck.score += HUNG;
2451 int score = 0;
2453 /* We always increment the hangcheck score
2458 * the hangcheck score on this ring, if this
2464 * score so that we can catch a batch that is
2473 score = 0;
2476 score = BUSY;
2479 score = KICK;
2482 score = HUNG;
2486 ring->hangcheck.score += score;
2492 if (ring->hangcheck.score > 0)
2493 ring->hangcheck.score--;
2502 if (ring->hangcheck.score > FIRE) {