• Home
  • Raw
  • Download

Lines Matching refs:start

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()
230 cycles_t start, end; in test_mb_aead_cycles() local
232 start = 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()
495 cycles_t start, end; in test_aead_cycles() local
497 start = 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()
791 cycles_t start, end; in test_mb_ahash_cycles() local
793 start = 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()
930 unsigned long start, end; in test_ahash_jiffies() local
937 for (start = jiffies, end = start + secs * HZ, bcount = 0; in test_ahash_jiffies()
974 cycles_t start, end; in test_ahash_cycles_digest() local
976 start = 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
1025 start = 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()
1228 cycles_t start, end; in test_mb_acipher_cycles() local
1230 start = 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()
1464 cycles_t start, end; in test_acipher_cycles() local
1466 start = get_cycles(); in test_acipher_cycles()
1478 cycles += end - start; in test_acipher_cycles()