Home
last modified time | relevance | path

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

/qemu/migration/
H A Dpostcopy-ram.c912 uint32_t read_vcpu_time, low_time_offset; in mark_postcopy_blocktime_end() local
926 read_vcpu_time = qatomic_fetch_add(&dc->page_fault_vcpu_time[i], 0); in mark_postcopy_blocktime_end()
928 read_vcpu_time == 0) { in mark_postcopy_blocktime_end()
932 vcpu_blocktime = low_time_offset - read_vcpu_time; in mark_postcopy_blocktime_end()