Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/md/
Ddm-cache-target.c263 struct list_head completed_migrations; member
1249 list_add_tail(&mg->list, &cache->completed_migrations); in copy_complete()
1301 list_add_tail(&mg->list, &cache->completed_migrations); in overwrite_endio()
2234 !list_empty(&cache->completed_migrations) || in more_work()
2242 !list_empty(&cache->completed_migrations) || in more_work()
2261 process_migrations(cache, &cache->completed_migrations, complete_migration); in do_worker()
2866 INIT_LIST_HEAD(&cache->completed_migrations); in cache_create()