Home
last modified time | relevance | path

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

/linux-4.1.27/lib/raid6/
Dalgos.c213 char *syndromes; in raid6_select_algo() local
221 syndromes = (void *) __get_free_pages(GFP_KERNEL, 1); in raid6_select_algo()
223 if (!syndromes) { in raid6_select_algo()
228 dptrs[disks-2] = syndromes; in raid6_select_algo()
229 dptrs[disks-1] = syndromes + PAGE_SIZE; in raid6_select_algo()
237 free_pages((unsigned long)syndromes, 1); in raid6_select_algo()
/linux-4.1.27/drivers/md/
DKconfig143 drives contains two independent redundancy syndromes. Like
144 RAID-5, RAID-6 distributes the syndromes across the drives
366 drives contains two independent redundancy syndromes. Like
367 RAID-5, RAID-6 distributes the syndromes across the drives