Searched refs:x_tally (Results 1 – 2 of 2) sorted by relevance
41 int spew_count, x_tally, y_tally; /* spew detection */ member
180 priv->x_tally = 0; in hgpk_reset_spew_detection()233 priv->x_tally += x; in hgpk_spewing_hack()259 if (abs(priv->x_tally) < 3 && abs(priv->y_tally) < 3) { in hgpk_spewing_hack()261 priv->x_tally, priv->y_tally); in hgpk_spewing_hack()
Completed in 4 milliseconds