Lines Matching refs:bcount
186 int bcount; in test_mb_aead_jiffies() local
194 for (start = jiffies, end = start + secs * HZ, bcount = 0; in test_mb_aead_jiffies()
195 time_before(jiffies, end); bcount++) { in test_mb_aead_jiffies()
202 bcount * num_mb, secs, (long)bcount * blen * num_mb); in test_mb_aead_jiffies()
457 int bcount; in test_aead_jiffies() local
460 for (start = jiffies, end = start + secs * HZ, bcount = 0; in test_aead_jiffies()
461 time_before(jiffies, end); bcount++) { in test_aead_jiffies()
472 bcount, secs, (long)bcount * blen); in test_aead_jiffies()
747 int bcount; in test_mb_ahash_jiffies() local
755 for (start = jiffies, end = start + secs * HZ, bcount = 0; in test_mb_ahash_jiffies()
756 time_before(jiffies, end); bcount++) { in test_mb_ahash_jiffies()
763 bcount * num_mb, secs, (long)bcount * blen * num_mb); in test_mb_ahash_jiffies()
911 int bcount; in test_ahash_jiffies_digest() local
914 for (start = jiffies, end = start + secs * HZ, bcount = 0; in test_ahash_jiffies_digest()
915 time_before(jiffies, end); bcount++) { in test_ahash_jiffies_digest()
922 bcount / secs, ((long)bcount * blen) / secs); in test_ahash_jiffies_digest()
931 int bcount, pcount; in test_ahash_jiffies() local
937 for (start = jiffies, end = start + secs * HZ, bcount = 0; in test_ahash_jiffies()
938 time_before(jiffies, end); bcount++) { in test_ahash_jiffies()
954 bcount / secs, ((long)bcount * blen) / secs); in test_ahash_jiffies()
1184 int bcount; in test_mb_acipher_jiffies() local
1192 for (start = jiffies, end = start + secs * HZ, bcount = 0; in test_mb_acipher_jiffies()
1193 time_before(jiffies, end); bcount++) { in test_mb_acipher_jiffies()
1200 bcount * num_mb, secs, (long)bcount * blen * num_mb); in test_mb_acipher_jiffies()
1421 int bcount; in test_acipher_jiffies() local
1424 for (start = jiffies, end = start + secs * HZ, bcount = 0; in test_acipher_jiffies()
1425 time_before(jiffies, end); bcount++) { in test_acipher_jiffies()
1438 bcount, secs, (long)bcount * blen); in test_acipher_jiffies()