Searched defs:last_table_size (Results 1 - 1 of 1) sorted by relevance

/external/qemu/block/
H A Dqcow2-refcount.c313 uint64_t last_table_size; local
322 last_table_size = table_size;
327 } while (last_table_size != table_size);

Completed in 166 milliseconds