Home
last modified time | relevance | path

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

/Linux-v4.19/lib/raid6/test/
Dtest.c22 #define NDISKS 16 /* Including P and Q */ macro
27 char *dataptrs[NDISKS];
28 char data[NDISKS][PAGE_SIZE] __attribute__((aligned(PAGE_SIZE)));
47 case NDISKS-2: in disk_type()
49 case NDISKS-1: in disk_type()
66 raid6_dual_recov(NDISKS, PAGE_SIZE, i, j, (void **)&dataptrs); in test_disks()
71 if (i < NDISKS-2 && j == NDISKS-1) { in test_disks()
98 makedata(0, NDISKS-1); in main()
116 memset(data[NDISKS-2], 0xee, 2*PAGE_SIZE); in main()
119 raid6_call.gen_syndrome(NDISKS, PAGE_SIZE, in main()
[all …]
/Linux-v4.19/crypto/async_tx/
Draid6test.c31 #define NDISKS 64 /* Including P and Q */ macro
33 static struct page *dataptrs[NDISKS];
34 static addr_conv_t addr_conv[NDISKS];
35 static struct page *data[NDISKS+3];
84 struct page *blocks[NDISKS]; in raid6_dual_recov()
89 BUG_ON(disks > NDISKS); in raid6_dual_recov()
203 for (i = 0; i < NDISKS+3; i++) { in raid6_test()
213 if (NDISKS > 4) in raid6_test()
215 if (NDISKS > 5) in raid6_test()
220 if (NDISKS > 12) { in raid6_test()
[all …]
/Linux-v4.19/Documentation/crypto/
Dasync-tx-api.txt143 addr_conv_t addr_conv[NDISKS];