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

/arch/x86/xen/
H A Dspinlock.c34 u32 contention_stats[NR_CONTENTION_STATS]; member in struct:xen_spinlock_stats
56 spinlock_stats.contention_stats[var] += val;
327 &spinlock_stats.contention_stats[TAKEN_SLOW]);
329 &spinlock_stats.contention_stats[TAKEN_SLOW_PICKUP]);
331 &spinlock_stats.contention_stats[TAKEN_SLOW_SPURIOUS]);
334 &spinlock_stats.contention_stats[RELEASED_SLOW]);
336 &spinlock_stats.contention_stats[RELEASED_SLOW_KICKED]);
/arch/x86/kernel/
H A Dkvm.c593 u32 contention_stats[NR_CONTENTION_STATS]; member in struct:kvm_spinlock_stats
617 spinlock_stats.contention_stats[var] += val;
673 &spinlock_stats.contention_stats[TAKEN_SLOW]);
675 &spinlock_stats.contention_stats[TAKEN_SLOW_PICKUP]);
678 &spinlock_stats.contention_stats[RELEASED_SLOW]);
680 &spinlock_stats.contention_stats[RELEASED_SLOW_KICKED]);

Completed in 32 milliseconds