Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/md/
Ddm-cache-target.c225 atomic_t nr_allocated_migrations; member
366 atomic_inc(&mg->cache->nr_allocated_migrations); in alloc_migration()
374 if (atomic_dec_and_test(&mg->cache->nr_allocated_migrations)) in free_migration()
1798 wait_event(cache->migration_wait, !atomic_read(&cache->nr_allocated_migrations)); in wait_for_migrations()
2455 atomic_set(&cache->nr_allocated_migrations, 0); in cache_create()