Lines Matching refs:spinlock_stats
603 } spinlock_stats; variable
617 memset(&spinlock_stats, 0, sizeof(spinlock_stats)); in check_zero()
624 spinlock_stats.contention_stats[var] += val; in add_stats()
651 __spin_time_accum(delta, spinlock_stats.histo_spin_blocked); in spin_time_accum_blocked()
652 spinlock_stats.time_blocked += delta; in spin_time_accum_blocked()
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()
690 &spinlock_stats.time_blocked); in kvm_spinlock_debugfs()
693 spinlock_stats.histo_spin_blocked, HISTO_BUCKETS + 1); in kvm_spinlock_debugfs()