Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/xen/
Dspinlock.c84 u32 contention_stats[NR_CONTENTION_STATS]; member
106 spinlock_stats.contention_stats[var] += val; in add_stats()
388 &spinlock_stats.contention_stats[TAKEN_SLOW]); in xen_spinlock_debugfs()
390 &spinlock_stats.contention_stats[TAKEN_SLOW_PICKUP]); in xen_spinlock_debugfs()
392 &spinlock_stats.contention_stats[TAKEN_SLOW_SPURIOUS]); in xen_spinlock_debugfs()
395 &spinlock_stats.contention_stats[RELEASED_SLOW]); in xen_spinlock_debugfs()
397 &spinlock_stats.contention_stats[RELEASED_SLOW_KICKED]); in xen_spinlock_debugfs()
/linux-4.4.14/arch/x86/kernel/
Dkvm.c633 u32 contention_stats[NR_CONTENTION_STATS]; member
657 spinlock_stats.contention_stats[var] += val; in add_stats()
713 &spinlock_stats.contention_stats[TAKEN_SLOW]); in kvm_spinlock_debugfs()
715 &spinlock_stats.contention_stats[TAKEN_SLOW_PICKUP]); in kvm_spinlock_debugfs()
718 &spinlock_stats.contention_stats[RELEASED_SLOW]); in kvm_spinlock_debugfs()
720 &spinlock_stats.contention_stats[RELEASED_SLOW_KICKED]); in kvm_spinlock_debugfs()