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()
465 int bcount; in test_aead_jiffies() local
468 for (start = jiffies, end = start + secs * HZ, bcount = 0; in test_aead_jiffies()
469 time_before(jiffies, end); bcount++) { in test_aead_jiffies()
480 bcount, secs, (u64)bcount * blen); in test_aead_jiffies()
761 int bcount; in test_mb_ahash_jiffies() local
769 for (start = jiffies, end = start + secs * HZ, bcount = 0; in test_mb_ahash_jiffies()
770 time_before(jiffies, end); bcount++) { in test_mb_ahash_jiffies()
777 bcount * num_mb, secs, (u64)bcount * blen * num_mb); in test_mb_ahash_jiffies()
925 int bcount; in test_ahash_jiffies_digest() local
928 for (start = jiffies, end = start + secs * HZ, bcount = 0; in test_ahash_jiffies_digest()
929 time_before(jiffies, end); bcount++) { in test_ahash_jiffies_digest()
936 bcount / secs, ((long)bcount * blen) / secs); in test_ahash_jiffies_digest()
945 int bcount, pcount; in test_ahash_jiffies() local
951 for (start = jiffies, end = start + secs * HZ, bcount = 0; in test_ahash_jiffies()
952 time_before(jiffies, end); bcount++) { in test_ahash_jiffies()
968 bcount / secs, ((long)bcount * blen) / secs); in test_ahash_jiffies()
1198 int bcount; in test_mb_acipher_jiffies() local
1206 for (start = jiffies, end = start + secs * HZ, bcount = 0; in test_mb_acipher_jiffies()
1207 time_before(jiffies, end); bcount++) { in test_mb_acipher_jiffies()
1214 bcount * num_mb, secs, (u64)bcount * blen * num_mb); in test_mb_acipher_jiffies()
1437 int bcount; in test_acipher_jiffies() local
1440 for (start = jiffies, end = start + secs * HZ, bcount = 0; in test_acipher_jiffies()
1441 time_before(jiffies, end); bcount++) { in test_acipher_jiffies()
1454 bcount, secs, (u64)bcount * blen); in test_acipher_jiffies()