Home
last modified time | relevance | path

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

/Linux-v5.4/lib/raid6/test/
Dtest.c19 #define NDISKS 16 /* Including P and Q */ macro
24 char *dataptrs[NDISKS];
25 char data[NDISKS][PAGE_SIZE] __attribute__((aligned(PAGE_SIZE)));
44 case NDISKS-2: in disk_type()
46 case NDISKS-1: in disk_type()
63 raid6_dual_recov(NDISKS, PAGE_SIZE, i, j, (void **)&dataptrs); in test_disks()
68 if (i < NDISKS-2 && j == NDISKS-1) { in test_disks()
95 makedata(0, NDISKS-1); in main()
113 memset(data[NDISKS-2], 0xee, 2*PAGE_SIZE); in main()
116 raid6_call.gen_syndrome(NDISKS, PAGE_SIZE, in main()
[all …]
/Linux-v5.4/crypto/async_tx/
Draid6test.c18 #define NDISKS 64 /* Including P and Q */ macro
20 static struct page *dataptrs[NDISKS];
21 static addr_conv_t addr_conv[NDISKS];
22 static struct page *data[NDISKS+3];
71 struct page *blocks[NDISKS]; in raid6_dual_recov()
76 BUG_ON(disks > NDISKS); in raid6_dual_recov()
190 for (i = 0; i < NDISKS+3; i++) { in raid6_test()
200 if (NDISKS > 4) in raid6_test()
202 if (NDISKS > 5) in raid6_test()
207 if (NDISKS > 12) { in raid6_test()
[all …]
/Linux-v5.4/Documentation/crypto/
Dasync-tx-api.txt143 addr_conv_t addr_conv[NDISKS];