Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/xen/
Dspinlock.c319 struct dentry *d_xen = xen_init_debugfs(); in xen_spinlock_debugfs() local
321 if (d_xen == NULL) in xen_spinlock_debugfs()
327 d_spin_debug = debugfs_create_dir("spinlocks", d_xen); in xen_spinlock_debugfs()
Dp2m.c779 struct dentry *d_xen = xen_init_debugfs(); in xen_p2m_debugfs() local
781 if (d_xen == NULL) in xen_p2m_debugfs()
784 d_mmu_debug = debugfs_create_dir("mmu", d_xen); in xen_p2m_debugfs()