recovj             25 crypto/async_tx/raid6test.c static struct page *recovj;
recovj            124 crypto/async_tx/raid6test.c 	memset(page_address(recovj), 0xba, PAGE_SIZE);
recovj            127 crypto/async_tx/raid6test.c 	dataptrs[j] = recovj;
recovj            132 crypto/async_tx/raid6test.c 	errb = memcmp(page_address(data[j]), page_address(recovj), PAGE_SIZE);
recovj            153 crypto/async_tx/raid6test.c 	recovj = data[disks+1];
recovj             27 lib/raid6/test/test.c char recovj[PAGE_SIZE] __attribute__((aligned(PAGE_SIZE)));
recovj             58 lib/raid6/test/test.c 	memset(recovj, 0xba, PAGE_SIZE);
recovj             61 lib/raid6/test/test.c 	dataptrs[j] = recovj;
recovj             66 lib/raid6/test/test.c 	errb = memcmp(data[j], recovj, PAGE_SIZE);