Home
last modified time | relevance | path

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

/crypto/
Dtestmgr.c417 unsigned int ndivs = 0; in count_test_sg_divisions() local
420 remaining -= divs[ndivs++].proportion_of_total; in count_test_sg_divisions()
423 return ndivs; in count_test_sg_divisions()
538 const unsigned int ndivs = count_test_sg_divisions(divs); in build_test_sglist() local
543 if (WARN_ON(ndivs > ARRAY_SIZE(partitions))) in build_test_sglist()
548 for (i = 0; i < ndivs; i++) { in build_test_sglist()