Home
last modified time | relevance | path

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

/qemu/migration/
H A Drdma.c3497 unsigned int b_index = ((const RDMALocalBlock *)b)->src_index; in dest_ram_sort_func() local
3499 return (a_index < b_index) ? -1 : (a_index != b_index); in dest_ram_sort_func()