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