Home
last modified time | relevance | path

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

/crypto/
Dtestmgr.c447 unsigned int ndivs = 0; in count_test_sg_divisions() local
450 remaining -= divs[ndivs++].proportion_of_total; in count_test_sg_divisions()
453 return ndivs; in count_test_sg_divisions()
568 const unsigned int ndivs = count_test_sg_divisions(divs); in build_test_sglist() local
573 if (WARN_ON(ndivs > ARRAY_SIZE(partitions))) in build_test_sglist()
578 for (i = 0; i < ndivs; i++) { in build_test_sglist()