Searched refs:synclock (Results 1 – 1 of 1) sorted by relevance
410 spinlock_t synclock; /* 4: synclist lock */ member490 #define LOGSYNC_LOCK_INIT(log) spin_lock_init(&(log)->synclock)491 #define LOGSYNC_LOCK(log, flags) spin_lock_irqsave(&(log)->synclock, flags)493 spin_unlock_irqrestore(&(log)->synclock, flags)