Searched refs:exec_time (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/net/wireless/intel/iwlegacy/ |
H A D | 3945-debug.c | 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 | 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 | 2765 __le32 exec_time; member 2907 __le32 exec_time; member
|
/openbmc/linux/tools/testing/kunit/ |
H A D | kunit.py | 183 exec_time = 0.0 201 exec_time += test_end - test_start 212 return KunitResult(status=kunit_status, elapsed_time=exec_time)
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/api/ |
H A D | stats.h | 21 __le32 exec_time; member
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | debugfs.c | 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 | 2613 __le32 exec_time; member
|