| /linux/tools/power/x86/intel_pstate_tracer/ |
| H A D | intel_pstate_tracer.py | 326 … _from, _to, mperf, aperf, tsc, freq_ghz, io_boost, common_comm, load, duration_ms, sample_num, el… argument 336 …_to), int(mperf), int(aperf), int(tsc), freq_ghz, int(io_boost), load, duration_ms, sample_num, el… 469 duration_ms = Decimal(duration_us) / Decimal(1000) 478 if duration_ms != Decimal(0) : 479 tsc_ghz = Decimal(tsc)/duration_ms/Decimal(1000000) 480 … _from, _to, mperf, aperf, tsc, freq_ghz, io_boost, common_comm, load, duration_ms, sample_num, el…
|
| /linux/tools/power/x86/amd_pstate_tracer/ |
| H A D | amd_pstate_trace.py | 155 def store_csv(cpu_int, time_pre_dec, time_post_dec, min_perf, des_perf, max_perf, freq_ghz, mperf, aperf, tsc, common_comm, load, duration_ms, sample_num, elapsed_time, cpu_mask): argument 165 string_buffer = "CPU_%03u, %05u, %06u, %u, %u, %u, %.4f, %u, %u, %u, %.2f, %.3f, %u, %.3f, %s\n" % (cpu_int, int(time_pre_dec), int(time_post_dec), int(min_perf), int(des_perf), int(max_perf), freq_ghz, int(mperf), int(aperf), int(tsc), load, duration_ms, sample_num, elapsed_time, common_comm) 181 f_handle.write('common_cpu, common_secs, common_usecs, min_perf, des_perf, max_perf, freq, mperf, aperf, tsc, load, duration_ms, sample_num, elapsed_time, common_comm') 228 duration_ms = Decimal(duration_us) / Decimal(1000) 234 store_csv(cpu_int, time_pre_dec, time_post_dec, min_perf, des_perf, max_perf, freq_ghz, mperf, aperf, tsc, common_comm, load, duration_ms, sample_num, elapsed_time, cpu_mask)
|
| /linux/tools/testing/selftests/alsa/ |
| H A D | pcm-test.c | 289 const int duration_ms = duration_s * 1000; in test_pcm_time() local 504 if (ms < duration_ms - margin_ms || ms > duration_ms + margin_ms) { in test_pcm_time() 505 snprintf(msg, sizeof(msg), "time mismatch: expected %dms got %lld", duration_ms, ms); in test_pcm_time()
|
| /linux/drivers/net/can/usb/kvaser_usb/ |
| H A D | kvaser_usb.h | 202 u16 duration_ms);
|
| H A D | kvaser_usb_leaf.c | 190 __le16 duration_ms; member 967 u16 duration_ms) in kvaser_usb_leaf_set_led() argument 981 cmd->u.led_action_req.duration_ms = cpu_to_le16(duration_ms); in kvaser_usb_leaf_set_led()
|
| H A D | kvaser_usb_hydra.c | 235 __le16 duration_ms; member 1981 u16 duration_ms) in kvaser_usb_hydra_set_led() argument 1997 cmd->led_action_req.duration_ms = cpu_to_le16(duration_ms); in kvaser_usb_hydra_set_led()
|
| /linux/include/linux/ceph/ |
| H A D | ceph_fs.h | 593 __le32 duration_ms; /* lease duration */ member 828 __le32 duration_ms; /* duration of renewal */ member
|
| /linux/sound/pci/asihpi/ |
| H A D | hpi.h | 1348 short an_stop_gain0_01dB[HPI_MAX_CHANNELS], u32 duration_ms); 1351 short an_stop_gain0_01dB[HPI_MAX_CHANNELS], u32 duration_ms,
|
| H A D | hpifunc.c | 2796 short an_stop_gain0_01dB[HPI_MAX_CHANNELS], u32 duration_ms, in hpi_volume_auto_fade_profile() argument 2811 hm.u.c.param1 = duration_ms; in hpi_volume_auto_fade_profile() 2820 short an_stop_gain0_01dB[HPI_MAX_CHANNELS], u32 duration_ms) in hpi_volume_auto_fade() argument 2823 duration_ms, HPI_VOLUME_AUTOFADE_LOG); in hpi_volume_auto_fade()
|
| /linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | time-event.c | 1034 u32 duration_ms, in iwl_mvm_roc_duration_and_delay() argument 1043 *duration_tu = MSEC_TO_TU(duration_ms); in iwl_mvm_roc_duration_and_delay()
|
| /linux/drivers/net/wireless/ath/wil6210/ |
| H A D | wmi.c | 3663 u8 channel, u16 duration_ms) in wmi_mgmt_tx_ext() argument 3678 vif->mid, channel, duration_ms); in wmi_mgmt_tx_ext() 3701 cmd->duration_ms = cpu_to_le16(duration_ms); in wmi_mgmt_tx_ext()
|
| H A D | wil6210.h | 1422 u8 channel, u16 duration_ms);
|
| H A D | wmi.h | 860 __le16 duration_ms; member
|
| /linux/fs/ceph/ |
| H A D | inode.c | 1387 long unsigned duration = le32_to_cpu(lease->duration_ms); in __update_dentry_lease() 1730 le32_to_cpu(rinfo->dlease->duration_ms); in ceph_fill_trace()
|
| H A D | mds_client.c | 5314 msecs_to_jiffies(le32_to_cpu(h->duration_ms)); in handle_lease()
|
| /linux/Documentation/admin-guide/pm/ |
| H A D | amd-pstate.rst | 560 …min_perf des_perf max_perf freq mperf apef tsc load duration_ms sample_num el…
|