Searched refs:time_cost (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | crypto.c | 270 const char *crypt, ulong time_cost, in print_result_ms() argument 275 algo_name, mode_name, crypt, time_cost); in print_result_ms() 334 ulong time_cost = get_timer(start); in test_hash_perf() local 336 *MBps = CALC_RATE_MPBS(total_size, time_cost); in test_hash_perf() 391 ulong time_cost = get_timer(start); in test_cipher_perf() local 393 *MBps = CALC_RATE_MPBS(total_size, time_cost); in test_cipher_perf() 563 ulong start, time_cost; in test_rsa_result() local 613 time_cost = get_timer(start); in test_rsa_result() 615 "sign", time_cost, test_data->sign_out, in test_rsa_result() 636 time_cost = get_timer(start); in test_rsa_result() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/common/ |
| H A D | mali_group.h | 353 unsigned long time_cost; in mali_group_has_timed_out() local 364 time_cost = _mali_osk_time_tickcount() - tmp_group->start_time; in mali_group_has_timed_out() 365 if (_mali_osk_time_mstoticks(mali_max_job_runtime) <= time_cost) { in mali_group_has_timed_out()
|