Home
last modified time | relevance | path

Searched refs:start (Results 1 – 8 of 8) sorted by relevance

/crypto/
A Dxor.c87 ktime_t min, start, t0; in do_xor_speed() local
97 while ((start = ktime_get()) == t0) in do_xor_speed()
103 } while (reps++ < REPS || (t0 = ktime_get()) == start); in do_xor_speed()
104 min = ktime_sub(t0, start); in do_xor_speed()
A Dtcrypt.c187 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()
460 for (start = jiffies, end = start + secs * HZ, bcount = 0; in test_aead_jiffies()
495 cycles_t start, end; in test_aead_cycles() local
726 for (start = jiffies, end = start + secs * HZ, bcount = 0; in test_ahash_jiffies_digest()
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
1004 for (start = jiffies, end = start + secs * HZ, bcount = 0; in test_mb_acipher_jiffies()
[all …]
A Dscatterwalk.c79 unsigned int start, unsigned int nbytes) in memcpy_from_sglist() argument
86 scatterwalk_start_at_pos(&walk, sg, start); in memcpy_from_sglist()
91 void memcpy_to_sglist(struct scatterlist *sg, unsigned int start, in memcpy_to_sglist() argument
99 scatterwalk_start_at_pos(&walk, sg, start); in memcpy_to_sglist()
A Dproc.c86 .start = c_start,
A Ddrbg.c1885 size_t start = 0; in drbg_convert_tfm_core() local
1891 start = 10; in drbg_convert_tfm_core()
1894 start = 8; in drbg_convert_tfm_core()
1900 len = strlen(cra_driver_name) - start; in drbg_convert_tfm_core()
1902 if (!memcmp(cra_driver_name + start, drbg_cores[i].cra_name, in drbg_convert_tfm_core()
A Dtestmgr.c5731 int start = 0; in alg_find_test() local
5734 while (start < end) { in alg_find_test()
5735 int i = (start + end) / 2; in alg_find_test()
5744 start = i + 1; in alg_find_test()
A DKconfig394 prefetching the entire table into the cache at the start of each
/crypto/async_tx/
A Dasync_pq.c112 int start = -1, stop = disks - 3; in do_sync_gen_syndrome() local
128 if (start == -1) in do_sync_gen_syndrome()
129 start = i; in do_sync_gen_syndrome()
135 if (start >= 0) in do_sync_gen_syndrome()
136 raid6_call.xor_syndrome(disks, start, stop, len, srcs); in do_sync_gen_syndrome()

Completed in 24 milliseconds