Lines Matching refs:hash_locks
87 spin_lock_irq(conf->hash_locks + hash);
95 spin_unlock_irq(conf->hash_locks + hash);
102 spin_lock_irq(conf->hash_locks);
104 spin_lock_nest_lock(conf->hash_locks + i, conf->hash_locks);
114 spin_unlock(conf->hash_locks + i);
115 spin_unlock_irq(conf->hash_locks);
342 spin_lock_irqsave(conf->hash_locks + hash, flags);
348 spin_unlock_irqrestore(conf->hash_locks + hash, flags);
813 spin_lock_irq(conf->hash_locks + hash);
831 *(conf->hash_locks + hash));
866 *(conf->hash_locks + hash));
870 spin_unlock_irq(conf->hash_locks + hash);
933 spin_lock_irq(conf->hash_locks + hash);
936 spin_unlock_irq(conf->hash_locks + hash);
2711 spin_lock_irq(conf->hash_locks + hash);
2713 spin_unlock_irq(conf->hash_locks + hash);
4148 spin_lock_irq(conf->hash_locks + hash);
4150 spin_unlock_irq(conf->hash_locks + hash);
7615 /* We init hash_locks[0] separately to that it can be used
7620 spin_lock_init(conf->hash_locks);
7622 spin_lock_init(conf->hash_locks + i);