|
Linux Kernel
3.7.1
|
#include <linux/async_tx.h>#include <linux/gfp.h>#include <linux/mm.h>#include <linux/random.h>#include <linux/module.h>Go to the source code of this file.
Macros | |
| #define | pr(fmt, args...) pr_info("raid6test: " fmt, ##args) |
| #define | NDISKS 16 /* Including P and Q */ |
Functions | |
| late_initcall (raid6_test) | |
| module_exit (raid6_test_exit) | |
| MODULE_AUTHOR ("Dan Williams <[email protected]>") | |
| MODULE_DESCRIPTION ("asynchronous RAID-6 recovery self tests") | |
| MODULE_LICENSE ("GPL") | |
Definition at line 31 of file raid6test.c.
Definition at line 29 of file raid6test.c.
| late_initcall | ( | raid6_test | ) |
| MODULE_AUTHOR | ( | "Dan Williams <[email protected]>" | ) |
| MODULE_DESCRIPTION | ( | "asynchronous RAID-6 recovery self tests" | ) |
| module_exit | ( | raid6_test_exit | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2