Home
last modified time | relevance | path

Searched refs:throttle_thread_scheduled (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/migration/
H A Dcpu-throttle.c74 qatomic_set(&cpu->throttle_thread_scheduled, 0); in cpu_throttle_thread()
87 if (!qatomic_xchg(&cpu->throttle_thread_scheduled, 1)) { in cpu_throttle_timer_tick()
/openbmc/qemu/include/hw/core/
H A Dcpu.h558 bool throttle_thread_scheduled; member