Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dqcow2-cluster.c1409 QCowL2Meta *old_alloc; in handle_dependencies() local
1412 QLIST_FOREACH(old_alloc, &s->cluster_allocs, next_in_flight) { in handle_dependencies()
1416 uint64_t old_start = start_of_cluster(s, l2meta_cow_start(old_alloc)); in handle_dependencies()
1417 uint64_t old_end = ROUND_UP(l2meta_cow_end(old_alloc), s->cluster_size); in handle_dependencies()
1424 if (old_alloc->keep_old_clusters && in handle_dependencies()
1425 (end <= l2meta_cow_start(old_alloc) || in handle_dependencies()
1426 start >= l2meta_cow_end(old_alloc))) in handle_dependencies()
1460 qemu_co_queue_wait(&old_alloc->dependent_requests, &s->lock); in handle_dependencies()