Searched refs:bitstats (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/mtd/tests/
H A Dnandbiterrs.c265 static unsigned bitstats[MAXBITS]; /* bit error histogram. */ local
267 memset(bitstats, 0, sizeof(bitstats));
291 bitstats[err]++;
305 bitstats[max_corrected] = opno;
317 /* At this point bitstats[0] contains the number of ops with no bit
318 * errors, bitstats[1] the number of ops with 1 bit error, etc. */
322 i, bitstats[i]);

Completed in 105 milliseconds