Home
last modified time | relevance | path

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

/openbmc/qemu/migration/
H A Dpostcopy-ram.c835 uint32_t low_time_offset; in mark_postcopy_blocktime_begin() local
845 low_time_offset = get_low_time_offset(dc); in mark_postcopy_blocktime_begin()
850 qatomic_xchg(&dc->last_begin, low_time_offset); in mark_postcopy_blocktime_begin()
851 qatomic_xchg(&dc->page_fault_vcpu_time[cpu], low_time_offset); in mark_postcopy_blocktime_begin()
904 uint32_t read_vcpu_time, low_time_offset; in mark_postcopy_blocktime_end() local
910 low_time_offset = get_low_time_offset(dc); in mark_postcopy_blocktime_end()
924 vcpu_blocktime = low_time_offset - read_vcpu_time; in mark_postcopy_blocktime_end()
939 dc->total_blocktime += low_time_offset - qatomic_fetch_add( in mark_postcopy_blocktime_end()