Searched refs:paravirt_ticketlocks_enabled (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/arch/x86/kernel/
H A Dparavirt-spinlocks.c19 struct static_key paravirt_ticketlocks_enabled = STATIC_KEY_INIT_FALSE; variable in typeref:struct:static_key
20 EXPORT_SYMBOL(paravirt_ticketlocks_enabled); variable
H A Dkvm.c842 static_key_slow_inc(&paravirt_ticketlocks_enabled); kvm_spinlock_init_jump()
/linux-4.1.27/arch/x86/include/asm/
H A Dspinlock.h42 extern struct static_key paravirt_ticketlocks_enabled;
145 static_key_false(&paravirt_ticketlocks_enabled)) { arch_spin_unlock()
/linux-4.1.27/arch/x86/xen/
H A Dspinlock.c301 static_key_slow_inc(&paravirt_ticketlocks_enabled); xen_init_spinlocks_jump()

Completed in 129 milliseconds