Home
last modified time | relevance | path

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

/openbmc/qemu/migration/
H A Dram.c540 static void mig_throttle_guest_down(uint64_t bytes_dirty_period, in mig_throttle_guest_down() argument
563 bytes_dirty_period); in mig_throttle_guest_down()
1021 uint64_t bytes_dirty_period = rs->num_dirty_pages_period * TARGET_PAGE_SIZE; in migration_trigger_throttle() local
1031 if ((bytes_dirty_period > bytes_dirty_threshold) && in migration_trigger_throttle()
1036 mig_throttle_guest_down(bytes_dirty_period, in migration_trigger_throttle()
/openbmc/qemu/qapi/
H A Dmigration.json709 # @throttle-trigger-threshold: The ratio of bytes_dirty_period and
890 # @throttle-trigger-threshold: The ratio of bytes_dirty_period and
1104 # @throttle-trigger-threshold: The ratio of bytes_dirty_period and