Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/md/
Ddm-cache-target.c222 struct list_head need_commit_migrations; member
976 list_add_tail(&mg->list, &cache->need_commit_migrations); in migration_success_pre_commit()
1825 !list_empty(&cache->need_commit_migrations); in more_work()
1832 !list_empty(&cache->need_commit_migrations) || in more_work()
1853 process_migrations(cache, &cache->need_commit_migrations, migration_failure); in do_worker()
1861 process_migrations(cache, &cache->need_commit_migrations, in do_worker()
2454 INIT_LIST_HEAD(&cache->need_commit_migrations); in cache_create()