• Home
  • Raw
  • Download

Lines Matching refs:end

185 	unsigned long start, end;  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()
230 cycles_t start, end; in test_mb_aead_cycles() local
234 end = get_cycles(); in test_mb_aead_cycles()
239 cycles += end - start; in test_mb_aead_cycles()
456 unsigned long start, end; 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()
495 cycles_t start, end; in test_aead_cycles() local
502 end = get_cycles(); in test_aead_cycles()
507 cycles += end - start; in test_aead_cycles()
746 unsigned long start, end; in test_mb_ahash_jiffies() local
755 for (start = jiffies, end = start + secs * HZ, bcount = 0; in test_mb_ahash_jiffies()
756 time_before(jiffies, end); bcount++) { in test_mb_ahash_jiffies()
791 cycles_t start, end; in test_mb_ahash_cycles() local
795 end = get_cycles(); in test_mb_ahash_cycles()
800 cycles += end - start; in test_mb_ahash_cycles()
910 unsigned long start, end; in test_ahash_jiffies_digest() local
914 for (start = jiffies, end = start + secs * HZ, bcount = 0; in test_ahash_jiffies_digest()
915 time_before(jiffies, end); bcount++) { in test_ahash_jiffies_digest()
930 unsigned long start, end; in test_ahash_jiffies() local
937 for (start = jiffies, end = start + secs * HZ, bcount = 0; in test_ahash_jiffies()
938 time_before(jiffies, end); bcount++) { in test_ahash_jiffies()
974 cycles_t start, end; in test_ahash_cycles_digest() local
982 end = get_cycles(); in test_ahash_cycles_digest()
984 cycles += end - start; in test_ahash_cycles_digest()
1023 cycles_t start, end; in test_ahash_cycles() local
1039 end = get_cycles(); in test_ahash_cycles()
1041 cycles += end - start; in test_ahash_cycles()
1183 unsigned long start, end; in test_mb_acipher_jiffies() local
1192 for (start = jiffies, end = start + secs * HZ, bcount = 0; in test_mb_acipher_jiffies()
1193 time_before(jiffies, end); bcount++) { in test_mb_acipher_jiffies()
1228 cycles_t start, end; in test_mb_acipher_cycles() local
1232 end = get_cycles(); in test_mb_acipher_cycles()
1237 cycles += end - start; in test_mb_acipher_cycles()
1420 unsigned long start, end; in test_acipher_jiffies() local
1424 for (start = jiffies, end = start + secs * HZ, bcount = 0; in test_acipher_jiffies()
1425 time_before(jiffies, end); bcount++) { in test_acipher_jiffies()
1464 cycles_t start, end; in test_acipher_cycles() local
1473 end = get_cycles(); in test_acipher_cycles()
1478 cycles += end - start; in test_acipher_cycles()