Home
last modified time | relevance | path

Searched refs:PV_HE_PER_LINE (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/kernel/locking/
Dqspinlock_paravirt.h178 #define PV_HE_PER_LINE (SMP_CACHE_BYTES / sizeof(struct pv_hash_entry)) macro
192 int pv_hash_size = ALIGN(4 * num_possible_cpus(), PV_HE_PER_LINE); in __pv_init_lock_hash()
210 for (hash &= ~(PV_HE_PER_LINE - 1), he = &pv_lock_hash[hash], offset = 0; \