Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
#define | NDISKS 16 /* Including P and Q */ |
Functions | |
const char raid6_empty_zero_page[PAGE_SIZE] | __attribute__ ((aligned(256))) |
int | main (int argc, char *argv[]) |
Variables | |
struct raid6_calls | raid6_call |
char * | dataptrs [NDISKS] |
char | data [NDISKS][PAGE_SIZE] |
char | recovi [PAGE_SIZE] |
char | recovj [PAGE_SIZE] |
const char raid6_empty_zero_page [PAGE_SIZE] __attribute__ | ( | (aligned(256)) | ) |
struct raid6_calls raid6_call |