Searched refs:pq_scribble_page (Results 1 – 1 of 1) sorted by relevance
15 * struct pq_scribble_page - space to hold throwaway P or Q buffer for18 static struct page *pq_scribble_page; variable 258 P(blocks, disks) = pq_scribble_page; in async_gen_syndrome() 262 Q(blocks, disks) = pq_scribble_page; in async_gen_syndrome() 444 pq_scribble_page = alloc_page(GFP_KERNEL); in async_pq_init() 446 if (pq_scribble_page) in async_pq_init() 456 __free_page(pq_scribble_page); in async_pq_exit()