Home
last modified time | relevance | path

Searched refs:duration_ms (Results 1 – 16 of 16) sorted by relevance

/linux/tools/power/x86/intel_pstate_tracer/
H A Dintel_pstate_tracer.py326 … _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 Damd_pstate_trace.py155 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 Dpcm-test.c289 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 Dkvaser_usb.h202 u16 duration_ms);
H A Dkvaser_usb_leaf.c190 __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 Dkvaser_usb_hydra.c235 __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 Dceph_fs.h593 __le32 duration_ms; /* lease duration */ member
828 __le32 duration_ms; /* duration of renewal */ member
/linux/sound/pci/asihpi/
H A Dhpi.h1348 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 Dhpifunc.c2796 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 Dtime-event.c1034 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 Dwmi.c3663 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 Dwil6210.h1422 u8 channel, u16 duration_ms);
H A Dwmi.h860 __le16 duration_ms; member
/linux/fs/ceph/
H A Dinode.c1387 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 Dmds_client.c5314 msecs_to_jiffies(le32_to_cpu(h->duration_ms)); in handle_lease()
/linux/Documentation/admin-guide/pm/
H A Damd-pstate.rst560 …min_perf des_perf max_perf freq mperf apef tsc load duration_ms sample_num el…