Lines Matching refs:start

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()
223 cycles_t start, end; in test_mb_aead_cycles() local
225 start = 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()
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()
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()
742 unsigned long start, end; in test_ahash_jiffies() local
749 for (start = jiffies, end = start + secs * HZ, bcount = 0; in test_ahash_jiffies()
786 cycles_t start, end; in test_ahash_cycles_digest() local
788 start = 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
837 start = 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()
1040 cycles_t start, end; in test_mb_acipher_cycles() local
1042 start = 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()
1268 cycles_t start, end; in test_acipher_cycles() local
1270 start = get_cycles(); in test_acipher_cycles()
1282 cycles += end - start; in test_acipher_cycles()