Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/md/
Ddm-cache-target.c221 struct list_head completed_migrations; member
1032 list_add_tail(&mg->list, &cache->completed_migrations); in copy_complete()
1084 list_add_tail(&mg->list, &cache->completed_migrations); in overwrite_endio()
1824 !list_empty(&cache->completed_migrations) || in more_work()
1831 !list_empty(&cache->completed_migrations) || in more_work()
1849 process_migrations(cache, &cache->completed_migrations, complete_migration); in do_worker()
2453 INIT_LIST_HEAD(&cache->completed_migrations); in cache_create()