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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/xen/
H A Dspinlock.c33 #define HISTO_BUCKETS 30 macro
34 u32 histo_spin_total[HISTO_BUCKETS+1];
35 u32 histo_spin_spinning[HISTO_BUCKETS+1];
36 u32 histo_spin_blocked[HISTO_BUCKETS+1];
70 if (index < HISTO_BUCKETS)
73 array[HISTO_BUCKETS]++;
426 spinlock_stats.histo_spin_total, HISTO_BUCKETS + 1);
428 spinlock_stats.histo_spin_spinning, HISTO_BUCKETS + 1);
430 spinlock_stats.histo_spin_blocked, HISTO_BUCKETS + 1);

Completed in 24 milliseconds