migration_worker
struct cache *cache = container_of(ws, struct cache, migration_worker);
INIT_WORK(&cache->migration_worker, check_migrations);
struct work_struct migration_worker;
queue_work(cache->wq, &cache->migration_worker);
pthread_create(&migration_thread, NULL, migration_worker,