Home
last modified time | relevance | path

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

/arch/x86/xen/
Dmulticalls.c78 static u8 zero_stats; variable
82 if (unlikely(zero_stats)) { in check_zero()
84 zero_stats = 0; in check_zero()
261 debugfs_create_u8("zero_stats", 0644, d_mc_debug, &zero_stats); in xen_mc_debugfs()
Dspinlock.c42 static u8 zero_stats; variable
49 if (unlikely(zero_stats)) { in check_zero()
51 zero_stats = 0; in check_zero()
388 debugfs_create_u8("zero_stats", 0644, d_spin_debug, &zero_stats); in xen_spinlock_debugfs()
Dmmu.c98 static u8 zero_stats; variable
102 if (unlikely(zero_stats)) { in check_zero()
104 zero_stats = 0; in check_zero()
1172 debugfs_create_u8("zero_stats", 0644, d_mmu_debug, &zero_stats); in xen_mmu_debugfs()