Lines Matching refs:spinlock_stats
636 } spinlock_stats; variable
650 memset(&spinlock_stats, 0, sizeof(spinlock_stats)); in check_zero()
657 spinlock_stats.contention_stats[var] += val; in add_stats()
684 __spin_time_accum(delta, spinlock_stats.histo_spin_blocked); in spin_time_accum_blocked()
685 spinlock_stats.time_blocked += delta; in spin_time_accum_blocked()
713 &spinlock_stats.contention_stats[TAKEN_SLOW]); in kvm_spinlock_debugfs()
715 &spinlock_stats.contention_stats[TAKEN_SLOW_PICKUP]); in kvm_spinlock_debugfs()
718 &spinlock_stats.contention_stats[RELEASED_SLOW]); in kvm_spinlock_debugfs()
720 &spinlock_stats.contention_stats[RELEASED_SLOW_KICKED]); in kvm_spinlock_debugfs()
723 &spinlock_stats.time_blocked); in kvm_spinlock_debugfs()
726 spinlock_stats.histo_spin_blocked, HISTO_BUCKETS + 1); in kvm_spinlock_debugfs()