Searched refs:max_time (Results 1 – 7 of 7) sorted by relevance
| /openbmc/qemu/tests/migration-stress/guestperf/ |
| H A D | scenario.py | 27 max_time=300, argument 43 self._max_time = max_time # seconds
|
| H A D | shell.py | 153 max_time=args.max_time,
|
| /openbmc/u-boot/arch/x86/cpu/ivybridge/ |
| H A D | model_206ax.c | 166 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 D | cpu.c | 653 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 D | bitbake-hashclient | 85 nonlocal max_time 107 max_time = 0
|
| /openbmc/openbmc/poky/bitbake/lib/hashserv/ |
| H A D | server.py | 105 self.max_time = 0 122 if self.max_time < elapsed: 123 self.max_time = elapsed
|
| /openbmc/ipmitool/lib/ |
| H A D | ipmi_sunoem.c | 1337 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()
|