Searched refs:pv_lock_hash (Results 1 – 1 of 1) sorted by relevance
179 static struct pv_hash_entry *pv_lock_hash; variable199 pv_lock_hash = alloc_large_system_hash("PV qspinlock", in __pv_init_lock_hash()208 for (hash &= ~(PV_HE_PER_LINE - 1), he = &pv_lock_hash[hash], offset = 0; \210 offset++, he = &pv_lock_hash[(hash + offset) & ((1 << pv_lock_hash_bits) - 1)])