Home
last modified time | relevance | path

Searched refs:zero_stats (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/arch/x86/xen/
Dmulticalls.c79 static u8 zero_stats; variable
83 if (unlikely(zero_stats)) { in check_zero()
85 zero_stats = 0; in check_zero()
266 debugfs_create_u8("zero_stats", 0644, d_mc_debug, &zero_stats); in xen_mc_debugfs()
Dspinlock.c43 static u8 zero_stats; variable
50 if (unlikely(zero_stats)) { in check_zero()
52 zero_stats = 0; in check_zero()
397 debugfs_create_u8("zero_stats", 0644, d_spin_debug, &zero_stats); in xen_spinlock_debugfs()
Dmmu.c119 static u8 zero_stats; variable
123 if (unlikely(zero_stats)) { in check_zero()
125 zero_stats = 0; in check_zero()
2452 debugfs_create_u8("zero_stats", 0644, d_mmu_debug, &zero_stats); in xen_mmu_debugfs()