Lines Matching defs:xfer_lock
65 * @xfer_lock: Protection for message allocation
75 spinlock_t xfer_lock;
360 * Context: Assumes to be called with @xfer_lock already acquired.
430 * Context: Assumes to be called with @xfer_lock already acquired.
462 spin_lock_irqsave(&minfo->xfer_lock, flags);
467 spin_unlock_irqrestore(&minfo->xfer_lock, flags);
504 spin_lock_irqsave(&minfo->xfer_lock, flags);
509 spin_unlock_irqrestore(&minfo->xfer_lock, flags);
531 * Context: Holds @xfer_lock while manipulating @free_xfers.
541 spin_lock_irqsave(&minfo->xfer_lock, flags);
543 spin_unlock_irqrestore(&minfo->xfer_lock, flags);
559 spin_unlock_irqrestore(&minfo->xfer_lock, flags);
637 spin_lock_irqsave(&minfo->xfer_lock, flags);
646 spin_unlock_irqrestore(&minfo->xfer_lock, flags);
675 * Context: Assumes to be called with @xfer_lock already acquired.
809 spin_lock_irqsave(&minfo->xfer_lock, flags);
815 spin_unlock_irqrestore(&minfo->xfer_lock, flags);
819 spin_unlock_irqrestore(&minfo->xfer_lock, flags);
2253 spin_lock_init(&info->xfer_lock);