pv_lock_hash_bits  180 kernel/locking/qspinlock_paravirt.h static unsigned int pv_lock_hash_bits __read_mostly;
pv_lock_hash_bits  203 kernel/locking/qspinlock_paravirt.h 					       &pv_lock_hash_bits, NULL,
pv_lock_hash_bits  209 kernel/locking/qspinlock_paravirt.h 	     offset < (1 << pv_lock_hash_bits);						\
pv_lock_hash_bits  210 kernel/locking/qspinlock_paravirt.h 	     offset++, he = &pv_lock_hash[(hash + offset) & ((1 << pv_lock_hash_bits) - 1)])
pv_lock_hash_bits  214 kernel/locking/qspinlock_paravirt.h 	unsigned long offset, hash = hash_ptr(lock, pv_lock_hash_bits);
pv_lock_hash_bits  241 kernel/locking/qspinlock_paravirt.h 	unsigned long offset, hash = hash_ptr(lock, pv_lock_hash_bits);