Home
last modified time | relevance | path

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

/linux-5.19.10/kernel/locking/
Dqspinlock_paravirt.h176 #define PV_HE_PER_LINE (SMP_CACHE_BYTES / sizeof(struct pv_hash_entry)) macro
190 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; \