Lines Matching refs:spinlock_stats
37 } spinlock_stats; variable
49 memset(&spinlock_stats, 0, sizeof(spinlock_stats)); in check_zero()
56 spinlock_stats.contention_stats[var] += val; in add_stats()
80 __spin_time_accum(delta, spinlock_stats.histo_spin_blocked); in spin_time_accum_blocked()
81 spinlock_stats.time_blocked += delta; in spin_time_accum_blocked()
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()
344 &spinlock_stats.time_blocked); in xen_spinlock_debugfs()
347 spinlock_stats.histo_spin_blocked, HISTO_BUCKETS + 1); in xen_spinlock_debugfs()