Home
last modified time | relevance | path

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

/crypto/async_tx/
A Dasync_xor.c100 do_sync_xor_offs(struct page *dest, unsigned int offset, in do_sync_xor_offs()
101 struct page **src_list, unsigned int *src_offs, in do_sync_xor_offs()
182 async_xor_offs(struct page *dest, unsigned int offset, in async_xor_offs()
183 struct page **src_list, unsigned int *src_offs, in async_xor_offs()
273 async_xor(struct page *dest, struct page **src_list, unsigned int offset, in async_xor()
281 static int page_is_zero(struct page *p, unsigned int offset, size_t len) in page_is_zero()
287 xor_val_chan(struct async_submit_ctl *submit, struct page *dest, in xor_val_chan()
288 struct page **src_list, int src_cnt, size_t len) in xor_val_chan()
315 async_xor_val_offs(struct page *dest, unsigned int offset, in async_xor_val_offs()
316 struct page **src_list, unsigned int *src_offs, in async_xor_val_offs()
A Dasync_raid6_recov.c87 async_mult(struct page *dest, unsigned int d_off, struct page *src, in async_mult()
154 struct page **blocks, unsigned int *offs, in __2data_recov_4()
158 struct page *p, *q, *a, *b; in __2data_recov_4()
160 struct page *srcs[2]; in __2data_recov_4()
208 struct page *p, *q, *g, *dp, *dq; in __2data_recov_5()
210 struct page *srcs[2]; in __2data_recov_5()
299 struct page *p, *q, *dp, *dq; in __2data_recov_n()
301 struct page *srcs[2]; in __2data_recov_n()
476 struct page *p, *q, *dq; in async_raid6_datap_recov()
484 struct page *srcs[2]; in async_raid6_datap_recov()
[all …]
A Draid6test.c20 static struct page *dataptrs[NDISKS];
23 static struct page *data[NDISKS+3];
24 static struct page *spare;
25 static struct page *recovi;
26 static struct page *recovj;
58 struct page **ptrs, unsigned int *offs) in raid6_dual_recov()
75 struct page *blocks[NDISKS]; in raid6_dual_recov()
76 struct page *dest; in raid6_dual_recov()
A Dasync_pq.c18 static struct page *pq_scribble_page;
107 do_sync_gen_syndrome(struct page **blocks, unsigned int *offsets, int disks, in do_sync_gen_syndrome()
177 async_gen_syndrome(struct page **blocks, unsigned int *offsets, int disks, in async_gen_syndrome()
272 pq_val_chan(struct async_submit_ctl *submit, struct page **blocks, int disks, size_t len) in pq_val_chan()
298 async_syndrome_val(struct page **blocks, unsigned int *offsets, int disks, in async_syndrome_val()
299 size_t len, enum sum_check_flags *pqres, struct page *spare, in async_syndrome_val()
374 struct page *p_src = P(blocks, disks); in async_syndrome_val()
376 struct page *q_src = Q(blocks, disks); in async_syndrome_val()
A Dasync_memcpy.c32 async_memcpy(struct page *dest, struct page *src, unsigned int dest_offset, in async_memcpy()
/crypto/
A Dscatterwalk.c157 walk->buffer = walk->page; in skcipher_next_slow()
182 void *tmp = walk->page; in skcipher_next_copy()
237 if (!walk->page) { in skcipher_walk_next()
240 walk->page = (void *)__get_free_page(gfp); in skcipher_walk_next()
241 if (!walk->page) in skcipher_walk_next()
287 walk->page = NULL; in skcipher_walk_first()
333 memcpy(walk->out.addr, walk->page, n); in skcipher_walk_done()
368 if (!((unsigned long)walk->buffer | (unsigned long)walk->page)) in skcipher_walk_done()
373 if (walk->buffer != walk->page) in skcipher_walk_done()
375 if (walk->page) in skcipher_walk_done()
[all …]
A Dscompress.c85 struct page *page; in scomp_alloc_scratch() local
87 page = alloc_pages_node(node, GFP_KERNEL, 0); in scomp_alloc_scratch()
88 if (!page) in scomp_alloc_scratch()
91 scratch->src = page_address(page); in scomp_alloc_scratch()
178 struct page *spage, *dpage; in scomp_acomp_comp_decomp()
A Dahash.c210 struct page *page; in shash_ahash_digest() local
223 page = sg_page(sg); in shash_ahash_digest()
225 data = lowmem_page_address(page) + offset; in shash_ahash_digest()
229 page = nth_page(page, offset >> PAGE_SHIFT); in shash_ahash_digest()
236 data = kmap_local_page(page); in shash_ahash_digest()
A Daf_alg.c718 struct page *page = sg_page(sg + i); in af_alg_pull_tsgl() local
720 if (!page) in af_alg_pull_tsgl()
733 get_page(page); in af_alg_pull_tsgl()
734 sg_set_page(dst + j, page, in af_alg_pull_tsgl()
751 put_page(page); in af_alg_pull_tsgl()
1064 struct page *pg; in af_alg_sendmsg()
A Dadiantum.c303 struct page *page = sg_page(dst); in adiantum_finish() local
304 void *virt = kmap_local_page(page) + dst->offset; in adiantum_finish()
314 flush_dcache_page(page); in adiantum_finish()

Completed in 19 milliseconds