Lines Matching defs:slock
196 * @slock: spinlock protecting structure members below
223 spinlock_t slock;
466 spin_lock_irqsave(&state->slock, flags);
469 spin_unlock_irqrestore(&state->slock, flags);
477 spin_lock_irqsave(&state->slock, flags);
485 spin_unlock_irqrestore(&state->slock, flags);
629 spin_lock_irqsave(&state->slock, flags);
632 spin_unlock_irqrestore(&state->slock, flags);
679 spin_lock_irqsave(&state->slock, flags);
708 spin_unlock_irqrestore(&state->slock, flags);
776 spin_lock_init(&state->slock);