Searched refs:type_lock (Results 1 – 3 of 3) sorted by relevance
23 #define SPINLOCK_BASE_DECLARE(op, type, type_lock) \ argument24 static __always_inline type arch_spin_##op(type_lock lock) \
65 struct mutex type_lock; member
2271 mutex_destroy(&md->type_lock); in cleanup_mapped_device()2313 mutex_init(&md->type_lock); in alloc_dev()2558 mutex_lock(&md->type_lock); in dm_lock_md_type()2563 mutex_unlock(&md->type_lock); in dm_unlock_md_type()