Lines Matching refs:bcount
176 int bcount; in test_mb_aead_jiffies() local
184 for (start = jiffies, end = start + secs * HZ, bcount = 0; in test_mb_aead_jiffies()
185 time_before(jiffies, end); bcount++) { in test_mb_aead_jiffies()
192 bcount * num_mb, secs, (u64)bcount * blen * num_mb); in test_mb_aead_jiffies()
454 int bcount; in test_aead_jiffies() local
457 for (start = jiffies, end = start + secs * HZ, bcount = 0; in test_aead_jiffies()
458 time_before(jiffies, end); bcount++) { in test_aead_jiffies()
469 bcount, secs, (u64)bcount * blen); in test_aead_jiffies()
720 int bcount; in test_ahash_jiffies_digest() local
723 for (start = jiffies, end = start + secs * HZ, bcount = 0; in test_ahash_jiffies_digest()
724 time_before(jiffies, end); bcount++) { in test_ahash_jiffies_digest()
731 bcount / secs, ((long)bcount * blen) / secs); in test_ahash_jiffies_digest()
740 int bcount, pcount; in test_ahash_jiffies() local
746 for (start = jiffies, end = start + secs * HZ, bcount = 0; in test_ahash_jiffies()
747 time_before(jiffies, end); bcount++) { in test_ahash_jiffies()
763 bcount / secs, ((long)bcount * blen) / secs); in test_ahash_jiffies()
993 int bcount; in test_mb_acipher_jiffies() local
1001 for (start = jiffies, end = start + secs * HZ, bcount = 0; in test_mb_acipher_jiffies()
1002 time_before(jiffies, end); bcount++) { in test_mb_acipher_jiffies()
1009 bcount * num_mb, secs, (u64)bcount * blen * num_mb); in test_mb_acipher_jiffies()
1222 int bcount; in test_acipher_jiffies() local
1225 for (start = jiffies, end = start + secs * HZ, bcount = 0; in test_acipher_jiffies()
1226 time_before(jiffies, end); bcount++) { in test_acipher_jiffies()
1239 bcount, secs, (u64)bcount * blen); in test_acipher_jiffies()