Lines Matching refs:bcount
187 int bcount; in test_mb_aead_jiffies() local
195 for (start = jiffies, end = start + secs * HZ, bcount = 0; in test_mb_aead_jiffies()
196 time_before(jiffies, end); bcount++) { in test_mb_aead_jiffies()
203 bcount * num_mb, secs, (u64)bcount * blen * num_mb); in test_mb_aead_jiffies()
458 int bcount; in test_aead_jiffies() local
461 for (start = jiffies, end = start + secs * HZ, bcount = 0; in test_aead_jiffies()
462 time_before(jiffies, end); bcount++) { in test_aead_jiffies()
473 bcount, secs, (u64)bcount * blen); in test_aead_jiffies()
748 int bcount; in test_mb_ahash_jiffies() local
756 for (start = jiffies, end = start + secs * HZ, bcount = 0; in test_mb_ahash_jiffies()
757 time_before(jiffies, end); bcount++) { in test_mb_ahash_jiffies()
764 bcount * num_mb, secs, (u64)bcount * blen * num_mb); in test_mb_ahash_jiffies()
912 int bcount; in test_ahash_jiffies_digest() local
915 for (start = jiffies, end = start + secs * HZ, bcount = 0; in test_ahash_jiffies_digest()
916 time_before(jiffies, end); bcount++) { in test_ahash_jiffies_digest()
923 bcount / secs, ((long)bcount * blen) / secs); in test_ahash_jiffies_digest()
932 int bcount, pcount; in test_ahash_jiffies() local
938 for (start = jiffies, end = start + secs * HZ, bcount = 0; in test_ahash_jiffies()
939 time_before(jiffies, end); bcount++) { in test_ahash_jiffies()
955 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, (u64)bcount * blen * num_mb); in test_mb_acipher_jiffies()
1413 int bcount; in test_acipher_jiffies() local
1416 for (start = jiffies, end = start + secs * HZ, bcount = 0; in test_acipher_jiffies()
1417 time_before(jiffies, end); bcount++) { in test_acipher_jiffies()
1430 bcount, secs, (u64)bcount * blen); in test_acipher_jiffies()