Lines Matching refs:hash_locks
83 spin_lock_irq(conf->hash_locks + hash);
90 spin_unlock_irq(conf->hash_locks + hash);
96 spin_lock_irq(conf->hash_locks);
98 spin_lock_nest_lock(conf->hash_locks + i, conf->hash_locks);
107 spin_unlock(conf->hash_locks + i);
108 spin_unlock_irq(conf->hash_locks);
332 spin_lock_irqsave(conf->hash_locks + hash, flags);
338 spin_unlock_irqrestore(conf->hash_locks + hash, flags);
712 spin_lock_irq(conf->hash_locks + hash);
717 *(conf->hash_locks + hash));
742 *(conf->hash_locks + hash));
772 spin_unlock_irq(conf->hash_locks + hash);
831 spin_lock_irq(conf->hash_locks + hash);
854 spin_unlock_irq(conf->hash_locks + hash);
2640 spin_lock_irq(conf->hash_locks + hash);
2642 spin_unlock_irq(conf->hash_locks + hash);
4036 spin_lock_irq(conf->hash_locks + hash);
4038 spin_unlock_irq(conf->hash_locks + hash);
7274 /* We init hash_locks[0] separately to that it can be used
7279 spin_lock_init(conf->hash_locks);
7281 spin_lock_init(conf->hash_locks + i);