Home
last modified time | relevance | path

Searched refs:countdiffs (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/drivers/mtd/tests/
Dtorturetest.c363 static int countdiffs(unsigned char *buf, unsigned char *check_buf,
385 if (countdiffs(written, read, i, pgsize, &bytes, in report_corrupt()
397 first = countdiffs(written, read, i, pgsize, &bytes, in report_corrupt()
451 static int countdiffs(unsigned char *buf, unsigned char *check_buf, in countdiffs() function