Home
last modified time | relevance | path

Searched refs:raid6_empty_zero_page (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/raid/
H A Dpq.h47 extern const char raid6_empty_zero_page[PAGE_SIZE];
201 return raid6_empty_zero_page; in raid6_get_zero_page()
/linux/lib/raid6/test/
H A Dtest.c21 const char raid6_empty_zero_page[PAGE_SIZE] __attribute__((aligned(PAGE_SIZE))); variable