pv_lock_hash 179 kernel/locking/qspinlock_paravirt.h static struct pv_hash_entry *pv_lock_hash; pv_lock_hash 199 kernel/locking/qspinlock_paravirt.h pv_lock_hash = alloc_large_system_hash("PV qspinlock", pv_lock_hash 208 kernel/locking/qspinlock_paravirt.h for (hash &= ~(PV_HE_PER_LINE - 1), he = &pv_lock_hash[hash], offset = 0; \ pv_lock_hash 210 kernel/locking/qspinlock_paravirt.h offset++, he = &pv_lock_hash[(hash + offset) & ((1 << pv_lock_hash_bits) - 1)])