Lines Matching refs:bcount

190 	int bcount;  in test_mb_aead_jiffies()  local
198 for (start = jiffies, end = start + secs * HZ, bcount = 0; in test_mb_aead_jiffies()
199 time_before(jiffies, end); bcount++) { in test_mb_aead_jiffies()
206 bcount * num_mb, secs, (long)bcount * blen * num_mb); in test_mb_aead_jiffies()
461 int bcount; in test_aead_jiffies() local
464 for (start = jiffies, end = start + secs * HZ, bcount = 0; in test_aead_jiffies()
465 time_before(jiffies, end); bcount++) { in test_aead_jiffies()
476 bcount, secs, (long)bcount * blen); in test_aead_jiffies()
751 int bcount; in test_mb_ahash_jiffies() local
759 for (start = jiffies, end = start + secs * HZ, bcount = 0; in test_mb_ahash_jiffies()
760 time_before(jiffies, end); bcount++) { in test_mb_ahash_jiffies()
767 bcount * num_mb, secs, (long)bcount * blen * num_mb); in test_mb_ahash_jiffies()
915 int bcount; in test_ahash_jiffies_digest() local
918 for (start = jiffies, end = start + secs * HZ, bcount = 0; in test_ahash_jiffies_digest()
919 time_before(jiffies, end); bcount++) { in test_ahash_jiffies_digest()
926 bcount / secs, ((long)bcount * blen) / secs); in test_ahash_jiffies_digest()
935 int bcount, pcount; in test_ahash_jiffies() local
941 for (start = jiffies, end = start + secs * HZ, bcount = 0; in test_ahash_jiffies()
942 time_before(jiffies, end); bcount++) { in test_ahash_jiffies()
958 bcount / secs, ((long)bcount * blen) / secs); in test_ahash_jiffies()
1185 int bcount; in test_mb_acipher_jiffies() local
1193 for (start = jiffies, end = start + secs * HZ, bcount = 0; in test_mb_acipher_jiffies()
1194 time_before(jiffies, end); bcount++) { in test_mb_acipher_jiffies()
1201 bcount * num_mb, secs, (long)bcount * blen * num_mb); in test_mb_acipher_jiffies()
1422 int bcount; in test_acipher_jiffies() local
1425 for (start = jiffies, end = start + secs * HZ, bcount = 0; in test_acipher_jiffies()
1426 time_before(jiffies, end); bcount++) { in test_acipher_jiffies()
1439 bcount, secs, (long)bcount * blen); in test_acipher_jiffies()