Home
last modified time | relevance | path

Searched refs:hash_locks (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/md/
H A Draid5.h573 spinlock_t hash_locks[NR_STRIPE_HASH_LOCKS]; member
H A Draid5.c86 spin_lock_irq(conf->hash_locks + hash); in lock_device_hash_lock()
94 spin_unlock_irq(conf->hash_locks + hash); in unlock_device_hash_lock()
101 spin_lock_irq(conf->hash_locks); in lock_all_device_hash_locks_irq()
103 spin_lock_nest_lock(conf->hash_locks + i, conf->hash_locks); in lock_all_device_hash_locks_irq()
113 spin_unlock(conf->hash_locks + i); in unlock_all_device_hash_locks_irq()
114 spin_unlock_irq(conf->hash_locks); in unlock_all_device_hash_locks_irq()
341 spin_lock_irqsave(conf->hash_locks + hash, flags); in release_inactive_stripe_list()
347 spin_unlock_irqrestore(conf->hash_locks + hash, flags); in release_inactive_stripe_list()
812 spin_lock_irq(conf->hash_locks + hash); in raid5_get_active_stripe()
830 *(conf->hash_locks + hash)); in raid5_get_active_stripe()
[all …]