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