░▒▓████████████████████████████████▓▒░ ░▒▓█ ▓▒░ ░▒▓█ ~ S W A M P ~ ▓▒░ ░▒▓█ ▓▒░ ░▒▓████████████████████████████████▓▒░
pplmvsvm
LOCATION:
/usr/src/linux-azure-6.17-headers-6.17.0-1021/include/linux/raid
☗ ROOT
↻ REFRESH
✎ CARVE FLESH
EDITING: xor.h
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _XOR_H #define _XOR_H #define MAX_XOR_BLOCKS 4 extern void xor_blocks(unsigned int count, unsigned int bytes, void *dest, void **srcs); struct xor_block_template { struct xor_block_template *next; const char *name; int speed; void (*do_2)(unsigned long, unsigned long * __restrict, const unsigned long * __restrict); void (*do_3)(unsigned long, unsigned long * __restrict, const unsigned long * __restrict, const unsigned long * __restrict); void (*do_4)(unsigned long, unsigned long * __restrict, const unsigned long * __restrict, const unsigned long * __restrict, const unsigned long * __restrict); void (*do_5)(unsigned long, unsigned long * __restrict, const unsigned long * __restrict, const unsigned long * __restrict, const unsigned long * __restrict, const unsigned long * __restrict); }; #endif
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 detect.h
H
181 B
2025-09-28 21:39
EDIT
📄 pq.h
H
6.3 KB
2025-09-28 21:39
EDIT
📄 xor.h
H
954 B
2025-09-28 21:39
EDIT