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