Home
last modified time | relevance | path

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

/linux/crypto/async_tx/
H A Dasync_pq.c300 unsigned int s_off, struct async_submit_ctl *submit) in async_syndrome_val() argument
403 tx = async_xor_offs(spare, s_off, in async_syndrome_val()
407 s = page_address(spare) + s_off; in async_syndrome_val()
414 Q(offsets, disks) = s_off; in async_syndrome_val()
420 s = page_address(spare) + s_off; in async_syndrome_val()
H A Dasync_raid6_recov.c88 unsigned int s_off, u8 coef, size_t len, in async_mult() argument
109 unmap->addr[0] = dma_map_page(dev, src, s_off, in async_mult()
144 s = page_address(src) + s_off; in async_mult()
/linux/lib/
H A Dmaple_tree.c2319 unsigned char s_off; in dst_setup() local
2321 s_off = cp->src[s].end - cp->src[s].start; in dst_setup()
2322 if (s_off >= off) in dst_setup()
2325 s_off++; in dst_setup()
2326 off -= s_off; in dst_setup()