Directory | Files | |
---|---|---|
.. | 246 | |
File | Size | |
Kconfig | 400 B | |
Makefile | 296 B | |
async_memcpy.c | 2.6 kB | |
async_memcpy.mod.c | 0 B | |
async_pq.c | 13 kB | |
async_pq.mod.c | 0 B | |
async_raid6_recov.c | 17 kB | |
async_raid6_recov.mod.c | 0 B | |
async_tx.c | 7.2 kB | |
async_tx.mod.c | 0 B | |
async_xor.c | 12 kB | |
async_xor.mod.c | 0 B | |
raid6test.c | 6.2 kB | |
raid6test.mod.c | 0 B |
# SPDX-License-Identifier: GPL-2.0 config ASYNC_CORE tristate config ASYNC_MEMCPY tristate select ASYNC_CORE config ASYNC_XOR tristate select ASYNC_CORE select XOR_BLOCKS config ASYNC_PQ tristate select ASYNC_CORE config ASYNC_RAID6_RECOV tristate select ASYNC_CORE select ASYNC_PQ select ASYNC_XOR config ASYNC_TX_DISABLE_PQ_VAL_DMA bool config ASYNC_TX_DISABLE_XOR_VAL_DMA bool