Searched refs:LazyLock (Results 1 – 1 of 1) sorted by relevance
73 spinlock_t LazyLock; /* synchronize sync_queue & unlock_queue */ member113 #define LAZY_LOCK_INIT() spin_lock_init(&TxAnchor.LazyLock);114 #define LAZY_LOCK(flags) spin_lock_irqsave(&TxAnchor.LazyLock, flags)115 #define LAZY_UNLOCK(flags) spin_unlock_irqrestore(&TxAnchor.LazyLock, flags)