Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/xen/
Dspinlock.c34 u32 contention_stats[NR_CONTENTION_STATS]; member
56 spinlock_stats.contention_stats[var] += val; in add_stats()
332 &spinlock_stats.contention_stats[TAKEN_SLOW]); in xen_spinlock_debugfs()
334 &spinlock_stats.contention_stats[TAKEN_SLOW_PICKUP]); in xen_spinlock_debugfs()
336 &spinlock_stats.contention_stats[TAKEN_SLOW_SPURIOUS]); in xen_spinlock_debugfs()
339 &spinlock_stats.contention_stats[RELEASED_SLOW]); in xen_spinlock_debugfs()
341 &spinlock_stats.contention_stats[RELEASED_SLOW_KICKED]); in xen_spinlock_debugfs()
/linux-4.1.27/arch/x86/kernel/
Dkvm.c600 u32 contention_stats[NR_CONTENTION_STATS]; member
624 spinlock_stats.contention_stats[var] += val; in add_stats()
680 &spinlock_stats.contention_stats[TAKEN_SLOW]); in kvm_spinlock_debugfs()
682 &spinlock_stats.contention_stats[TAKEN_SLOW_PICKUP]); in kvm_spinlock_debugfs()
685 &spinlock_stats.contention_stats[RELEASED_SLOW]); in kvm_spinlock_debugfs()
687 &spinlock_stats.contention_stats[RELEASED_SLOW_KICKED]); in kvm_spinlock_debugfs()