Home
last modified time | relevance | path

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

/crypto/
Dtestmgr.c567 } partitions[XBUFSIZE]; in build_test_sglist() local
572 BUILD_BUG_ON(ARRAY_SIZE(partitions) != ARRAY_SIZE(tsgl->sgl)); in build_test_sglist()
573 if (WARN_ON(ndivs > ARRAY_SIZE(partitions))) in build_test_sglist()
585 partitions[tsgl->nents].div = &divs[i]; in build_test_sglist()
586 partitions[tsgl->nents].length = len_this_sg; in build_test_sglist()
592 partitions[tsgl->nents].div = &divs[0]; in build_test_sglist()
593 partitions[tsgl->nents].length = 0; in build_test_sglist()
596 partitions[tsgl->nents - 1].length += len_remaining; in build_test_sglist()
601 unsigned int offset = partitions[i].div->offset; in build_test_sglist()
604 if (partitions[i].div->offset_relative_to_alignmask) in build_test_sglist()
[all …]