Home
last modified time | relevance | path

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

/openbmc/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…
/openbmc/linux/tools/power/x86/amd_pstate_tracer/
H A Damd_pstate_trace.py156 …f, des_perf, max_perf, freq_ghz, mperf, aperf, tsc, common_comm, load, duration_ms, sample_num, el… argument
166 …erf), int(max_perf), freq_ghz, int(mperf), int(aperf), int(tsc), load, duration_ms, sample_num, el…
229 duration_ms = Decimal(duration_us) / Decimal(1000)
235 …f, des_perf, max_perf, freq_ghz, mperf, aperf, tsc, common_comm, load, duration_ms, sample_num, el…
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dselftest_rps.c537 static u64 __measure_frequency(u32 *cntr, int duration_ms) in __measure_frequency() argument
543 usleep_range(1000 * duration_ms, 2000 * duration_ms); in __measure_frequency()
566 int duration_ms) in __measure_cs_frequency() argument
572 usleep_range(1000 * duration_ms, 2000 * duration_ms); in __measure_cs_frequency()
1094 static u64 __measure_power(int duration_ms) in __measure_power() argument
1100 usleep_range(1000 * duration_ms, 2000 * duration_ms); in __measure_power()
/openbmc/linux/tools/testing/selftests/alsa/
H A Dpcm-test.c262 const int duration_ms = duration_s * 1000; in test_pcm_time() local
477 if (ms < duration_ms - margin_ms || ms > duration_ms + margin_ms) { in test_pcm_time()
478 snprintf(msg, sizeof(msg), "time mismatch: expected %dms got %lld", duration_ms, ms); in test_pcm_time()
/openbmc/u-boot/drivers/tpm/
H A Dtpm_tis_infineon.c605 uc_priv->duration_ms[TPM_SHORT] = TIS_SHORT_TIMEOUT_MS; in tpm_tis_i2c_probe()
606 uc_priv->duration_ms[TPM_MEDIUM] = TIS_LONG_TIMEOUT_MS; in tpm_tis_i2c_probe()
607 uc_priv->duration_ms[TPM_LONG] = TIS_LONG_TIMEOUT_MS; in tpm_tis_i2c_probe()
H A Dtpm_tis_st33zp24_spi.c642 uc_priv->duration_ms[TPM_SHORT] = TIS_SHORT_TIMEOUT_MS; in st33zp24_spi_probe()
643 uc_priv->duration_ms[TPM_MEDIUM] = TIS_LONG_TIMEOUT_MS; in st33zp24_spi_probe()
644 uc_priv->duration_ms[TPM_LONG] = TIS_LONG_TIMEOUT_MS; in st33zp24_spi_probe()
H A Dtpm-uclass.c76 duration = priv->duration_ms[duration_idx]; in tpm_tis_i2c_calc_ordinal_duration()
/openbmc/u-boot/include/
H A Dtpm-common.h64 uint duration_ms[TPM_DURATION_COUNT]; member
/openbmc/linux/include/linux/ceph/
H A Dceph_fs.h599 __le32 duration_ms; /* lease duration */ member
834 __le32 duration_ms; /* duration of renewal */ member
/openbmc/linux/drivers/ptp/
H A Dptp_idt82p33.c607 u32 duration_ms = MSEC_PER_SEC; in idt82p33_start_ddco() local
621 duration_ms *= 2; in idt82p33_start_ddco()
632 msecs_to_jiffies(duration_ms) - 1); in idt82p33_start_ddco()
H A Dptp_clockmatrix.c1570 u32 duration_ms = MSEC_PER_SEC; in do_phase_pull_in_sw() local
1588 duration_ms *= 2; in do_phase_pull_in_sw()
1601 msecs_to_jiffies(duration_ms) - 1); in do_phase_pull_in_sw()
/openbmc/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()
/openbmc/linux/drivers/net/wireless/ath/wil6210/
H A Dwmi.c3665 u8 channel, u16 duration_ms) in wmi_mgmt_tx_ext() argument
3680 vif->mid, channel, duration_ms); in wmi_mgmt_tx_ext()
3703 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
/openbmc/linux/fs/ceph/
H A Dinode.c1317 long unsigned duration = le32_to_cpu(lease->duration_ms); in __update_dentry_lease()
1653 le32_to_cpu(rinfo->dlease->duration_ms); in ceph_fill_trace()
H A Dmds_client.c4970 msecs_to_jiffies(le32_to_cpu(h->duration_ms)); in handle_lease()
/openbmc/linux/Documentation/admin-guide/pm/
H A Damd-pstate.rst478 …min_perf des_perf max_perf freq mperf apef tsc load duration_ms sample_num el…