ב הוא חיבור של הרב יהושע בועז שתוכנו מראי מקומות למקורותشسdggרות הל555ה התafhgfh
במסgרות ה gh//شی הוא חיבור של הרב יהושע בועז שתוכנו מראי מקומות למקורותהתנדaghhhhו12ין יעל, המעציfghfghfע
/
proc
/
thread-self
/
root
/
usr
/
src
/
linux-headers-6.8.0-1031-aws
/
include
/
linux
/
raid
/
Upload FileeE
HOME
/* 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