Lines Matching defs:stat
884 int stat = 0;
899 stat += ret;
905 return stat;
1358 int i , j, stat = 0;
1428 stat += bitflip_count;
1449 return stat;
1504 stat = max_t(unsigned int, stat, err_vec[i].error_count);
1511 return (err) ? err : stat;
1638 int stat, ret;
1663 stat = chip->ecc.correct(chip, buf, ecc_code, ecc_calc);
1665 if (stat < 0) {
1668 mtd->ecc_stats.corrected += stat;
1669 max_bitflips = max_t(unsigned int, max_bitflips, stat);