Home
last modified time | relevance | path

Searched refs:HISTO_BUCKETS (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/arch/x86/xen/
Dspinlock.c31 #define HISTO_BUCKETS 30 macro
35 u32 histo_spin_blocked[HISTO_BUCKETS+1];
70 if (index < HISTO_BUCKETS) in __spin_time_accum()
73 array[HISTO_BUCKETS]++; in __spin_time_accum()
347 spinlock_stats.histo_spin_blocked, HISTO_BUCKETS + 1); in xen_spinlock_debugfs()
/linux-4.1.27/arch/x86/kernel/
Dkvm.c596 #define HISTO_BUCKETS 30 macro
601 u32 histo_spin_blocked[HISTO_BUCKETS+1];
640 if (index < HISTO_BUCKETS) in __spin_time_accum()
643 array[HISTO_BUCKETS]++; in __spin_time_accum()
693 spinlock_stats.histo_spin_blocked, HISTO_BUCKETS + 1); in kvm_spinlock_debugfs()