Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/md/
Ddm-cache-target.c448 struct work_struct migration_worker; member
537 queue_work(cache->wq, &cache->migration_worker); in wake_migration_worker()
1975 struct cache *cache = container_of(ws, struct cache, migration_worker); in check_migrations()
2629 INIT_WORK(&cache->migration_worker, check_migrations); in cache_create()