Searched refs:flush_lock (Results 1 - 2 of 2) sorted by relevance

/drivers/staging/speakup/
H A Dspeakup_dectlk.c54 static spinlock_t flush_lock; variable
183 spin_lock_irqsave(&flush_lock, flags);
186 spin_unlock_irqrestore(&flush_lock, flags);
226 spin_lock_irqsave(&flush_lock, flags);
229 spin_unlock_irqrestore(&flush_lock, flags);
231 spin_lock_irqsave(&flush_lock, flags);
235 spin_unlock_irqrestore(&flush_lock, flags);
/drivers/md/
H A Ddm-log-userspace-base.c55 * network traffic between kernel and userspace. The 'flush_lock'
58 spinlock_t flush_lock; member in struct:log_c
192 spin_lock_init(&lc->flush_lock);
481 spin_lock_irqsave(&lc->flush_lock, flags);
484 spin_unlock_irqrestore(&lc->flush_lock, flags);
537 spin_lock_irqsave(&lc->flush_lock, flags);
541 spin_unlock_irqrestore(&lc->flush_lock, flags);
574 spin_lock_irqsave(&lc->flush_lock, flags);
578 spin_unlock_irqrestore(&lc->flush_lock, flags);

Completed in 54 milliseconds