Home
last modified time | relevance | path

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

/linux-4.1.27/lib/raid6/test/
Dtest.c57 int erra, errb; in test_disks() local
68 errb = memcmp(data[j], recovj, PAGE_SIZE); in test_disks()
73 erra = errb = 0; in test_disks()
79 (!erra && !errb) ? "OK" : in test_disks()
81 !errb ? "ERRA" : "ERRAB"); in test_disks()
87 return erra || errb; in test_disks()
/linux-4.1.27/crypto/async_tx/
Draid6test.c132 int erra, errb; in test_disks() local
143 errb = memcmp(page_address(data[j]), page_address(recovj), PAGE_SIZE); in test_disks()
147 (!erra && !errb) ? "OK" : !erra ? "ERRB" : !errb ? "ERRA" : "ERRAB"); in test_disks()
152 return erra || errb; in test_disks()