Home
last modified time | relevance | path

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

/openbmc/qemu/system/
H A Ddirtylimit.c91 GLOBAL_DIRTY_LIMIT, in vcpu_dirty_rate_stat_collect()
108 global_dirty_log_change(GLOBAL_DIRTY_LIMIT, true); in vcpu_dirty_rate_stat_thread()
118 global_dirty_log_change(GLOBAL_DIRTY_LIMIT, false); in vcpu_dirty_rate_stat_thread()
/openbmc/qemu/include/exec/
H A Dmemory.h74 #define GLOBAL_DIRTY_LIMIT (1U << 2) macro