Home
last modified time | relevance | path

Searched refs:max_time (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/tests/migration-stress/guestperf/
H A Dscenario.py27 max_time=300, argument
43 self._max_time = max_time # seconds
H A Dshell.py153 max_time=args.max_time,
/openbmc/u-boot/arch/x86/cpu/ivybridge/
H A Dmodel_206ax.c166 unsigned tdp, min_power, max_power, max_time; in set_power_limits() local
184 max_time = (msr.hi >> 16) & 0x7f; in set_power_limits()
188 if (power_limit_time_msr_to_sec[max_time] > power_limit_1_time) in set_power_limits()
189 power_limit_1_time = power_limit_time_msr_to_sec[max_time]; in set_power_limits()
/openbmc/u-boot/arch/x86/cpu/broadwell/
H A Dcpu.c653 unsigned tdp, min_power, max_power, max_time; in cpu_set_power_limits() local
672 max_time = (msr.hi >> 16) & 0x7f; in cpu_set_power_limits()
676 if (power_limit_time_msr_to_sec[max_time] > power_limit_1_time) in cpu_set_power_limits()
677 power_limit_1_time = power_limit_time_msr_to_sec[max_time]; in cpu_set_power_limits()
/openbmc/openbmc/poky/bitbake/bin/
H A Dbitbake-hashclient85 nonlocal max_time
107 max_time = 0
/openbmc/openbmc/poky/bitbake/lib/hashserv/
H A Dserver.py105 self.max_time = 0
122 if self.max_time < elapsed:
123 self.max_time = elapsed
/openbmc/ipmitool/lib/
H A Dipmi_sunoem.c1337 uint32_t total_time, resp_time, min_time, max_time; in ipmi_sunoem_echo() local
1374 max_time = 0; in ipmi_sunoem_echo()
1433 if (resp_time > max_time) { in ipmi_sunoem_echo()
1434 max_time = resp_time; in ipmi_sunoem_echo()
1447 total_time / received, max_time); in ipmi_sunoem_echo()