|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/gfp.h>#include <linux/raid/xor.h>#include <linux/jiffies.h>#include <linux/preempt.h>#include <asm/xor.h>Go to the source code of this file.
Macros | |
| #define | BH_TRACE 0 |
| #define | BENCH_SIZE (PAGE_SIZE) |
| #define | xor_speed(templ) do_xor_speed((templ), b1, b2) |
Functions | |
| void | xor_blocks (unsigned int src_count, unsigned int bytes, void *dest, void **srcs) |
| EXPORT_SYMBOL (xor_blocks) | |
| MODULE_LICENSE ("GPL") | |
| core_initcall (calibrate_xor_blocks) | |
| module_exit (xor_exit) | |
| #define xor_speed | ( | templ | ) | do_xor_speed((templ), b1, b2) |
| core_initcall | ( | calibrate_xor_blocks | ) |
| EXPORT_SYMBOL | ( | xor_blocks | ) |
| module_exit | ( | xor_exit | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2