Lines Matching defs:hash1
161 unsigned int hash1, unsigned int hash2)
163 if (hash1 == hash2) {
164 spin_lock(&net->unx.table.locks[hash1]);
168 if (hash1 > hash2)
169 swap(hash1, hash2);
171 spin_lock(&net->unx.table.locks[hash1]);
176 unsigned int hash1, unsigned int hash2)
178 if (hash1 == hash2) {
179 spin_unlock(&net->unx.table.locks[hash1]);
183 spin_unlock(&net->unx.table.locks[hash1]);