Lines Matching refs:spinlock_stats
87 } spinlock_stats; variable
99 memset(&spinlock_stats, 0, sizeof(spinlock_stats)); in check_zero()
106 spinlock_stats.contention_stats[var] += val; in add_stats()
130 __spin_time_accum(delta, spinlock_stats.histo_spin_blocked); in spin_time_accum_blocked()
131 spinlock_stats.time_blocked += delta; in spin_time_accum_blocked()
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()
400 &spinlock_stats.time_blocked); in xen_spinlock_debugfs()
403 spinlock_stats.histo_spin_blocked, HISTO_BUCKETS + 1); in xen_spinlock_debugfs()