Home
last modified time | relevance | path

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

/Linux-v5.15/tools/testing/selftests/kvm/
Drseq_test.c85 static void *migration_worker(void *ign) in migration_worker() function
234 pthread_create(&migration_thread, NULL, migration_worker, 0); in main()
/Linux-v5.15/drivers/md/
Ddm-cache-target.c370 struct work_struct migration_worker; member
459 queue_work(cache->wq, &cache->migration_worker); in wake_migration_worker()
1859 struct cache *cache = container_of(ws, struct cache, migration_worker); in check_migrations()
2499 INIT_WORK(&cache->migration_worker, check_migrations); in cache_create()