Searched refs:spinlock_stats (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.c41 } spinlock_stats; variable in typeref:struct:xen_spinlock_stats
51 memset(&spinlock_stats, 0, sizeof(spinlock_stats));
57 do { check_zero(); spinlock_stats.elem += (val); } while(0)
80 __spin_time_accum(delta, spinlock_stats.histo_spin_spinning);
81 spinlock_stats.time_spinning += delta;
88 __spin_time_accum(delta, spinlock_stats.histo_spin_total);
89 spinlock_stats.time_total += delta;
96 __spin_time_accum(delta, spinlock_stats.histo_spin_blocked);
97 spinlock_stats
[all...]

Completed in 55 milliseconds