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

/linux-master/drivers/md/
H A Draid5.h577 spinlock_t hash_locks[NR_STRIPE_HASH_LOCKS]; member in struct:r5conf
H A Draid5.c89 spin_lock_irq(conf->hash_locks + hash);
97 spin_unlock_irq(conf->hash_locks + hash);
104 spin_lock_irq(conf->hash_locks);
106 spin_lock_nest_lock(conf->hash_locks + i, conf->hash_locks);
116 spin_unlock(conf->hash_locks + i);
117 spin_unlock_irq(conf->hash_locks);
344 spin_lock_irqsave(conf->hash_locks + hash, flags);
350 spin_unlock_irqrestore(conf->hash_locks + hash, flags);
814 spin_lock_irq(conf->hash_locks
[all...]

Completed in 123 milliseconds