Home
last modified time | relevance | path

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

/linux-4.19.296/crypto/async_tx/
Dasync_pq.c34 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()
436 pq_scribble_page = alloc_page(GFP_KERNEL); in async_pq_init()
438 if (pq_scribble_page) in async_pq_init()
448 __free_page(pq_scribble_page); in async_pq_exit()