Searched refs:exec_time (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/accel/amdxdna/ |
H A D | aie2_solver.h | 36 u32 exec_time; /* Frame execution time */ member
|
H A D | aie2_ctx.c | 459 xrs_req->rqos.exec_time = hwctx->qos.frame_exec_time; in aie2_alloc_resource()
|
/linux/drivers/net/wireless/intel/iwlegacy/ |
H A D | 3945-debug.c | 476 " %-30s %10u %10u %10u %10u\n", "exec_time:", in il3945_ucode_general_stats_read() 477 le32_to_cpu(div->exec_time), accum_div->exec_time, in il3945_ucode_general_stats_read() 478 delta_div->exec_time, max_div->exec_time); in il3945_ucode_general_stats_read()
|
H A D | 4965-debug.c | 706 scnprintf(buf + pos, bufsz - pos, fmt_table, "exec_time:", in il4965_ucode_general_stats_read() 707 le32_to_cpu(div->exec_time), accum_div->exec_time, in il4965_ucode_general_stats_read() 708 delta_div->exec_time, max_div->exec_time); in il4965_ucode_general_stats_read()
|
H A D | commands.h | 2778 __le32 exec_time; member 2920 __le32 exec_time; member
|
/linux/tools/testing/kunit/ |
H A D | kunit.py | 185 exec_time = 0.0 201 # So exec_time here actually contains parsing + execution time, which is fine. 203 exec_time += test_end - test_start 214 return KunitResult(status=kunit_status, elapsed_time=exec_time)
|
/linux/drivers/net/wireless/intel/iwlwifi/fw/api/ |
H A D | stats.h | 22 __le32 exec_time; member
|
/linux/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | debugfs.c | 1389 fmt_table, "exec_time:", in iwl_dbgfs_ucode_general_stats_read() 1390 le32_to_cpu(div->exec_time), accum_div->exec_time, in iwl_dbgfs_ucode_general_stats_read() 1391 delta_div->exec_time, max_div->exec_time); in iwl_dbgfs_ucode_general_stats_read()
|
H A D | commands.h | 2619 __le32 exec_time; member
|