Searched refs:RESYNC_BLOCK_SIZE (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/md/
H A Draid1.c75 #define RESYNC_BLOCK_SIZE (64*1024) macro
76 //#define RESYNC_BLOCK_SIZE PAGE_SIZE
77 #define RESYNC_SECTORS (RESYNC_BLOCK_SIZE >> 9)
78 #define RESYNC_PAGES ((RESYNC_BLOCK_SIZE + PAGE_SIZE-1) / PAGE_SIZE)
1639 buffs = RESYNC_WINDOW / RESYNC_BLOCK_SIZE;
H A Draid10.c79 #define RESYNC_BLOCK_SIZE (64*1024) macro
80 //#define RESYNC_BLOCK_SIZE PAGE_SIZE
81 #define RESYNC_SECTORS (RESYNC_BLOCK_SIZE >> 9)
82 #define RESYNC_PAGES ((RESYNC_BLOCK_SIZE + PAGE_SIZE-1) / PAGE_SIZE)
1596 buffs = RESYNC_WINDOW / RESYNC_BLOCK_SIZE;

Completed in 101 milliseconds