Lines Matching refs:bcount

179 	int bcount;  in test_mb_aead_jiffies()  local
187 for (start = jiffies, end = start + secs * HZ, bcount = 0; in test_mb_aead_jiffies()
188 time_before(jiffies, end); bcount++) { in test_mb_aead_jiffies()
195 bcount * num_mb, secs, (u64)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, (u64)bcount * blen); in test_aead_jiffies()
723 int bcount; in test_ahash_jiffies_digest() local
726 for (start = jiffies, end = start + secs * HZ, bcount = 0; in test_ahash_jiffies_digest()
727 time_before(jiffies, end); bcount++) { in test_ahash_jiffies_digest()
734 bcount / secs, ((long)bcount * blen) / secs); in test_ahash_jiffies_digest()
743 int bcount, pcount; in test_ahash_jiffies() local
749 for (start = jiffies, end = start + secs * HZ, bcount = 0; in test_ahash_jiffies()
750 time_before(jiffies, end); bcount++) { in test_ahash_jiffies()
766 bcount / secs, ((long)bcount * blen) / secs); in test_ahash_jiffies()
996 int bcount; in test_mb_acipher_jiffies() local
1004 for (start = jiffies, end = start + secs * HZ, bcount = 0; in test_mb_acipher_jiffies()
1005 time_before(jiffies, end); bcount++) { in test_mb_acipher_jiffies()
1012 bcount * num_mb, secs, (u64)bcount * blen * num_mb); in test_mb_acipher_jiffies()
1225 int bcount; in test_acipher_jiffies() local
1228 for (start = jiffies, end = start + secs * HZ, bcount = 0; in test_acipher_jiffies()
1229 time_before(jiffies, end); bcount++) { in test_acipher_jiffies()
1242 bcount, secs, (u64)bcount * blen); in test_acipher_jiffies()