Home
last modified time | relevance | path

Searched defs:srcs (Results 1 – 4 of 4) sorted by relevance

/crypto/async_tx/
Dasync_raid6_recov.c19 struct page **srcs, unsigned int *src_offs, unsigned char *coef, in async_sum_product()
160 struct page *srcs[2]; in __2data_recov_4() local
210 struct page *srcs[2]; in __2data_recov_5() local
301 struct page *srcs[2]; in __2data_recov_n() local
484 struct page *srcs[2]; in async_raid6_datap_recov() local
Dasync_xor.c108 void **srcs; in do_sync_xor_offs() local
Dasync_pq.c110 void **srcs; in do_sync_gen_syndrome() local
/crypto/
Dxor.c27 xor_blocks(unsigned int src_count, unsigned int bytes, void *dest, void **srcs) in xor_blocks()