HISTO_BUCKETS 33 arch/x86/xen/spinlock.c u32 histo_spin_total[HISTO_BUCKETS+1]; HISTO_BUCKETS 34 arch/x86/xen/spinlock.c u32 histo_spin_spinning[HISTO_BUCKETS+1]; HISTO_BUCKETS 35 arch/x86/xen/spinlock.c u32 histo_spin_blocked[HISTO_BUCKETS+1]; HISTO_BUCKETS 69 arch/x86/xen/spinlock.c if (index < HISTO_BUCKETS) HISTO_BUCKETS 72 arch/x86/xen/spinlock.c array[HISTO_BUCKETS]++; HISTO_BUCKETS 418 arch/x86/xen/spinlock.c spinlock_stats.histo_spin_total, HISTO_BUCKETS + 1); HISTO_BUCKETS 420 arch/x86/xen/spinlock.c spinlock_stats.histo_spin_spinning, HISTO_BUCKETS + 1); HISTO_BUCKETS 422 arch/x86/xen/spinlock.c spinlock_stats.histo_spin_blocked, HISTO_BUCKETS + 1);