Home
last modified time | relevance | path

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

/linux-2.6.39/arch/x86/xen/
Dmulticalls.c259 struct dentry *d_xen = xen_init_debugfs(); in xen_mc_debugfs() local
261 if (d_xen == NULL) in xen_mc_debugfs()
264 d_mc_debug = debugfs_create_dir("multicalls", d_xen); in xen_mc_debugfs()
Dspinlock.c390 struct dentry *d_xen = xen_init_debugfs(); in xen_spinlock_debugfs() local
392 if (d_xen == NULL) in xen_spinlock_debugfs()
395 d_spin_debug = debugfs_create_dir("spinlocks", d_xen); in xen_spinlock_debugfs()
Dmmu.c2445 struct dentry *d_xen = xen_init_debugfs(); in xen_mmu_debugfs() local
2447 if (d_xen == NULL) in xen_mmu_debugfs()
2450 d_mmu_debug = debugfs_create_dir("mmu", d_xen); in xen_mmu_debugfs()