Searched refs:resync_lock (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/md/
H A Draid10.h46 spinlock_t resync_lock; member in struct:r10_private_data_s
H A Draid1.h43 spinlock_t resync_lock; member in struct:r1_private_data_s
H A Draid10.c703 spin_lock_irq(&conf->resync_lock);
707 conf->resync_lock,
716 conf->resync_lock,
719 spin_unlock_irq(&conf->resync_lock);
725 spin_lock_irqsave(&conf->resync_lock, flags);
727 spin_unlock_irqrestore(&conf->resync_lock, flags);
733 spin_lock_irq(&conf->resync_lock);
737 conf->resync_lock,
742 spin_unlock_irq(&conf->resync_lock);
748 spin_lock_irqsave(&conf->resync_lock, flag
[all...]
H A Draid1.c660 spin_lock_irq(&conf->resync_lock);
664 conf->resync_lock,
673 conf->resync_lock,
676 spin_unlock_irq(&conf->resync_lock);
683 spin_lock_irqsave(&conf->resync_lock, flags);
685 spin_unlock_irqrestore(&conf->resync_lock, flags);
691 spin_lock_irq(&conf->resync_lock);
695 conf->resync_lock,
700 spin_unlock_irq(&conf->resync_lock);
706 spin_lock_irqsave(&conf->resync_lock, flag
[all...]

Completed in 153 milliseconds