Searched refs:errb (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/lib/raid6/test/ |
| H A D | test.c | 54 int erra, errb; in test_disks() local 65 errb = memcmp(data[j], recovj, PAGE_SIZE); in test_disks() 70 erra = errb = 0; in test_disks() 76 (!erra && !errb) ? "OK" : in test_disks() 78 !errb ? "ERRA" : "ERRAB"); in test_disks() 84 return erra || errb; in test_disks()
|
| /linux-6.15/Documentation/devicetree/bindings/mfd/ |
| H A D | rohm,bd96801-pmic.yaml | 26 The PMIC provides intb and errb IRQ lines. The errb IRQ line is used 29 connecting/handling the errb can be omitted. However, there are cases 32 useful to connect the errb and handle errb events. 39 - enum: [intb, errb] 40 - const: errb 87 interrupt-names = "intb", "errb";
|
| /linux-6.15/crypto/async_tx/ |
| H A D | raid6test.c | 129 int erra, errb; in test_disks() local 140 errb = memcmp(page_address(data[j]), page_address(recovj), PAGE_SIZE); in test_disks() 144 (!erra && !errb) ? "OK" : !erra ? "ERRB" : !errb ? "ERRA" : "ERRAB"); in test_disks() 149 return erra || errb; in test_disks()
|