Searched refs:bcount (Results 1 – 1 of 1) sorted by relevance
/crypto/ |
D | tcrypt.c | 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() [all …]
|