• 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()
464 unsigned long start, end; in test_aead_jiffies() local
468 for (start = jiffies, end = start + secs * HZ, bcount = 0; in test_aead_jiffies()
469 time_before(jiffies, end); bcount++) { in test_aead_jiffies()
503 cycles_t start, end; in test_aead_cycles() local
510 end = get_cycles(); in test_aead_cycles()
515 cycles += end - start; in test_aead_cycles()
760 unsigned long start, end; in test_mb_ahash_jiffies() local
769 for (start = jiffies, end = start + secs * HZ, bcount = 0; in test_mb_ahash_jiffies()
770 time_before(jiffies, end); bcount++) { in test_mb_ahash_jiffies()
805 cycles_t start, end; in test_mb_ahash_cycles() local
809 end = get_cycles(); in test_mb_ahash_cycles()
814 cycles += end - start; in test_mb_ahash_cycles()
924 unsigned long start, end; in test_ahash_jiffies_digest() local
928 for (start = jiffies, end = start + secs * HZ, bcount = 0; in test_ahash_jiffies_digest()
929 time_before(jiffies, end); bcount++) { in test_ahash_jiffies_digest()
944 unsigned long start, end; in test_ahash_jiffies() local
951 for (start = jiffies, end = start + secs * HZ, bcount = 0; in test_ahash_jiffies()
952 time_before(jiffies, end); bcount++) { in test_ahash_jiffies()
988 cycles_t start, end; in test_ahash_cycles_digest() local
996 end = get_cycles(); in test_ahash_cycles_digest()
998 cycles += end - start; in test_ahash_cycles_digest()
1037 cycles_t start, end; in test_ahash_cycles() local
1053 end = get_cycles(); in test_ahash_cycles()
1055 cycles += end - start; in test_ahash_cycles()
1197 unsigned long start, end; in test_mb_acipher_jiffies() local
1206 for (start = jiffies, end = start + secs * HZ, bcount = 0; in test_mb_acipher_jiffies()
1207 time_before(jiffies, end); bcount++) { in test_mb_acipher_jiffies()
1242 cycles_t start, end; in test_mb_acipher_cycles() local
1246 end = get_cycles(); in test_mb_acipher_cycles()
1251 cycles += end - start; in test_mb_acipher_cycles()
1426 unsigned long start, end; in test_acipher_jiffies() local
1430 for (start = jiffies, end = start + secs * HZ, bcount = 0; in test_acipher_jiffies()
1431 time_before(jiffies, end); bcount++) { in test_acipher_jiffies()
1470 cycles_t start, end; in test_acipher_cycles() local
1479 end = get_cycles(); in test_acipher_cycles()
1484 cycles += end - start; in test_acipher_cycles()