Searched refs:bitflips_threshold (Results 1 – 1 of 1) sorted by relevance
1100 static int nand_check_erased_buf(void *buf, int len, int bitflips_threshold) in nand_check_erased_buf() argument1110 if (unlikely(bitflips > bitflips_threshold)) in nand_check_erased_buf()1117 if (unlikely(bitflips > bitflips_threshold)) in nand_check_erased_buf()1124 if (unlikely(bitflips > bitflips_threshold)) in nand_check_erased_buf()1173 int bitflips_threshold) in nand_check_erased_ecc_chunk() argument1178 bitflips_threshold); in nand_check_erased_ecc_chunk()1182 bitflips_threshold -= data_bitflips; in nand_check_erased_ecc_chunk()1184 ecc_bitflips = nand_check_erased_buf(ecc, ecclen, bitflips_threshold); in nand_check_erased_ecc_chunk()1188 bitflips_threshold -= ecc_bitflips; in nand_check_erased_ecc_chunk()1191 bitflips_threshold); in nand_check_erased_ecc_chunk()