Lines Matching refs:start
62 unsigned long start, end; in test_cipher_jiffies() local
66 for (start = jiffies, end = start + sec * HZ, bcount = 0; in test_cipher_jiffies()
105 cycles_t start, end; in test_cipher_cycles() local
107 start = get_cycles(); in test_cipher_cycles()
117 cycles += end - start; in test_cipher_cycles()
235 unsigned long start, end; in test_hash_jiffies_digest() local
239 for (start = jiffies, end = start + sec * HZ, bcount = 0; in test_hash_jiffies_digest()
255 unsigned long start, end; in test_hash_jiffies() local
262 for (start = jiffies, end = start + sec * HZ, bcount = 0; in test_hash_jiffies()
303 cycles_t start, end; in test_hash_cycles_digest() local
305 start = get_cycles(); in test_hash_cycles_digest()
313 cycles += end - start; in test_hash_cycles_digest()
359 cycles_t start, end; in test_hash_cycles() local
361 start = get_cycles(); in test_hash_cycles()
377 cycles += end - start; in test_hash_cycles()