Searched refs:bcount (Results 1 – 1 of 1) sorted by relevance
/crypto/ |
D | tcrypt.c | 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, (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() 747 int bcount; in test_mb_ahash_jiffies() local 755 for (start = jiffies, end = start + secs * HZ, bcount = 0; in test_mb_ahash_jiffies() [all …]
|