Searched refs:SPIN_LOCK_UNLOCKED (Results 1 – 3 of 3) sorted by relevance
126 #define SPIN_LOCK_UNLOCKED {.internal_lock = LOCK_IMPL_INITIALIZER} macro127 #define __SPIN_LOCK_UNLOCKED(x) SPIN_LOCK_UNLOCKED128 #define DEFINE_SPINLOCK(x) spinlock_t x = SPIN_LOCK_UNLOCKED
53 static spinlock_t bdev_lock __cacheline_aligned_in_smp = SPIN_LOCK_UNLOCKED;