Searched refs:PV_HE_PER_LINE (Results 1 – 1 of 1) sorted by relevance
176 #define PV_HE_PER_LINE (SMP_CACHE_BYTES / sizeof(struct pv_hash_entry)) macro190 int pv_hash_size = ALIGN(4 * num_possible_cpus(), PV_HE_PER_LINE); in __pv_init_lock_hash()208 for (hash &= ~(PV_HE_PER_LINE - 1), he = &pv_lock_hash[hash], offset = 0; \