Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/kvm/
H A Drseq_test.c67 static void *migration_worker(void *__rseq_tid) in migration_worker() function
213 pthread_create(&migration_thread, NULL, migration_worker, in main()
/openbmc/linux/drivers/md/
H A Ddm-cache-target.c371 struct work_struct migration_worker; member
460 queue_work(cache->wq, &cache->migration_worker); in wake_migration_worker()
1878 struct cache *cache = container_of(ws, struct cache, migration_worker); in check_migrations()
2529 INIT_WORK(&cache->migration_worker, check_migrations); in cache_create()