Searched refs:exec_time (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/net/wireless/intel/iwlegacy/
H A D3945-debug.c476 " %-30s %10u %10u %10u %10u\n", "exec_time:",
477 le32_to_cpu(div->exec_time), accum_div->exec_time,
478 delta_div->exec_time, max_div->exec_time);
H A D4965-debug.c706 scnprintf(buf + pos, bufsz - pos, fmt_table, "exec_time:",
707 le32_to_cpu(div->exec_time), accum_div->exec_time,
708 delta_div->exec_time, max_div->exec_time);
H A Dcommands.h2765 __le32 exec_time; member in struct:iwl39_stats_div
2907 __le32 exec_time; member in struct:stats_div
/linux-master/tools/testing/kunit/
H A Dkunit.py183 exec_time = 0.0
199 # So exec_time here actually contains parsing + execution time, which is fine.
201 exec_time += test_end - test_start
212 return KunitResult(status=kunit_status, elapsed_time=exec_time)
/linux-master/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dstats.h22 __le32 exec_time; member in struct:mvm_statistics_div
/linux-master/drivers/net/wireless/intel/iwlwifi/dvm/
H A Ddebugfs.c1389 fmt_table, "exec_time:",
1390 le32_to_cpu(div->exec_time), accum_div->exec_time,
1391 delta_div->exec_time, max_div->exec_time);
H A Dcommands.h2617 __le32 exec_time; member in struct:statistics_div

Completed in 273 milliseconds