Home
last modified time | relevance | path

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

/linux/arch/riscv/include/asm/
H A Dspinlock.h23 #define SPINLOCK_BASE_DECLARE(op, type, type_lock) \ argument
24 static __always_inline type arch_spin_##op(type_lock lock) \
/linux/drivers/md/
H A Ddm-core.h65 struct mutex type_lock; member
H A Ddm.c2271 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()