Lines Matching refs:disks
162 void *(*const dptrs)[RAID6_TEST_DISKS], const int disks)
165 int start = (disks>>1)-1, stop = disks-3; /* work on the second half of the disks */
187 (*algo)->gen_syndrome(disks, PAGE_SIZE, *dptrs);
197 (perf * HZ * (disks-2)) >>
211 (*algo)->xor_syndrome(disks, start, stop,
221 (perf * HZ * (disks-2)) >>
230 (bestgenperf * HZ * (disks-2)) >>
234 (bestxorperf * HZ * (disks-2)) >>
252 const int disks = RAID6_TEST_DISKS;
268 for (i = 0; i < disks; i++)
271 cycle = ((disks - 2) * PAGE_SIZE) / 65536;
277 if ((disks - 2) * PAGE_SIZE % 65536)
278 memcpy(p, raid6_gfmul, (disks - 2) * PAGE_SIZE % 65536);
281 gen_best = raid6_choose_gen(&dptrs, disks);