Lines Matching refs:end

178 	unsigned long start, end;  in test_mb_aead_jiffies()  local
187 for (start = jiffies, end = start + secs * HZ, bcount = 0; in test_mb_aead_jiffies()
188 time_before(jiffies, end); bcount++) { in test_mb_aead_jiffies()
223 cycles_t start, end; in test_mb_aead_cycles() local
227 end = get_cycles(); in test_mb_aead_cycles()
232 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()
722 unsigned long start, end; in test_ahash_jiffies_digest() local
726 for (start = jiffies, end = start + secs * HZ, bcount = 0; in test_ahash_jiffies_digest()
727 time_before(jiffies, end); bcount++) { in test_ahash_jiffies_digest()
742 unsigned long start, end; in test_ahash_jiffies() local
749 for (start = jiffies, end = start + secs * HZ, bcount = 0; in test_ahash_jiffies()
750 time_before(jiffies, end); bcount++) { in test_ahash_jiffies()
786 cycles_t start, end; in test_ahash_cycles_digest() local
794 end = get_cycles(); in test_ahash_cycles_digest()
796 cycles += end - start; in test_ahash_cycles_digest()
835 cycles_t start, end; in test_ahash_cycles() local
851 end = get_cycles(); in test_ahash_cycles()
853 cycles += end - start; in test_ahash_cycles()
995 unsigned long start, end; in test_mb_acipher_jiffies() local
1004 for (start = jiffies, end = start + secs * HZ, bcount = 0; in test_mb_acipher_jiffies()
1005 time_before(jiffies, end); bcount++) { in test_mb_acipher_jiffies()
1040 cycles_t start, end; in test_mb_acipher_cycles() local
1044 end = get_cycles(); in test_mb_acipher_cycles()
1049 cycles += end - start; in test_mb_acipher_cycles()
1224 unsigned long start, end; in test_acipher_jiffies() local
1228 for (start = jiffies, end = start + secs * HZ, bcount = 0; in test_acipher_jiffies()
1229 time_before(jiffies, end); bcount++) { in test_acipher_jiffies()
1268 cycles_t start, end; in test_acipher_cycles() local
1277 end = get_cycles(); in test_acipher_cycles()
1282 cycles += end - start; in test_acipher_cycles()