Lines Matching refs:hash_locks
88 spin_lock_irq(conf->hash_locks + hash);
96 spin_unlock_irq(conf->hash_locks + hash);
103 spin_lock_irq(conf->hash_locks);
105 spin_lock_nest_lock(conf->hash_locks + i, conf->hash_locks);
115 spin_unlock(conf->hash_locks + i);
116 spin_unlock_irq(conf->hash_locks);
343 spin_lock_irqsave(conf->hash_locks + hash, flags);
349 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);
932 spin_lock_irq(conf->hash_locks + hash);
935 spin_unlock_irq(conf->hash_locks + hash);
2683 spin_lock_irq(conf->hash_locks + hash);
2685 spin_unlock_irq(conf->hash_locks + hash);
4055 spin_lock_irq(conf->hash_locks + hash);
4057 spin_unlock_irq(conf->hash_locks + hash);
7548 /* We init hash_locks[0] separately to that it can be used
7553 spin_lock_init(conf->hash_locks);
7555 spin_lock_init(conf->hash_locks + i);