• Home
  • Raw
  • Download

Lines Matching refs:end

186 	unsigned long start, end;  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()
231 cycles_t start, end; in test_mb_aead_cycles() local
235 end = get_cycles(); in test_mb_aead_cycles()
240 cycles += end - start; in test_mb_aead_cycles()
457 unsigned long start, end; 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()
496 cycles_t start, end; in test_aead_cycles() local
503 end = get_cycles(); in test_aead_cycles()
508 cycles += end - start; in test_aead_cycles()
747 unsigned long start, end; in test_mb_ahash_jiffies() local
756 for (start = jiffies, end = start + secs * HZ, bcount = 0; in test_mb_ahash_jiffies()
757 time_before(jiffies, end); bcount++) { in test_mb_ahash_jiffies()
792 cycles_t start, end; in test_mb_ahash_cycles() local
796 end = get_cycles(); in test_mb_ahash_cycles()
801 cycles += end - start; in test_mb_ahash_cycles()
911 unsigned long start, end; in test_ahash_jiffies_digest() local
915 for (start = jiffies, end = start + secs * HZ, bcount = 0; in test_ahash_jiffies_digest()
916 time_before(jiffies, end); bcount++) { in test_ahash_jiffies_digest()
931 unsigned long start, end; in test_ahash_jiffies() local
938 for (start = jiffies, end = start + secs * HZ, bcount = 0; in test_ahash_jiffies()
939 time_before(jiffies, end); bcount++) { in test_ahash_jiffies()
975 cycles_t start, end; in test_ahash_cycles_digest() local
983 end = get_cycles(); in test_ahash_cycles_digest()
985 cycles += end - start; in test_ahash_cycles_digest()
1024 cycles_t start, end; in test_ahash_cycles() local
1040 end = get_cycles(); in test_ahash_cycles()
1042 cycles += end - start; in test_ahash_cycles()
1184 unsigned long start, end; in test_mb_acipher_jiffies() local
1193 for (start = jiffies, end = start + secs * HZ, bcount = 0; in test_mb_acipher_jiffies()
1194 time_before(jiffies, end); bcount++) { in test_mb_acipher_jiffies()
1229 cycles_t start, end; in test_mb_acipher_cycles() local
1233 end = get_cycles(); in test_mb_acipher_cycles()
1238 cycles += end - start; in test_mb_acipher_cycles()
1412 unsigned long start, end; in test_acipher_jiffies() local
1416 for (start = jiffies, end = start + secs * HZ, bcount = 0; in test_acipher_jiffies()
1417 time_before(jiffies, end); bcount++) { in test_acipher_jiffies()
1456 cycles_t start, end; in test_acipher_cycles() local
1465 end = get_cycles(); in test_acipher_cycles()
1470 cycles += end - start; in test_acipher_cycles()