Searched refs:asids_dentry (Results 1 - 1 of 1) sorted by relevance

/arch/sh/mm/
H A Dasids-debugfs.c64 struct dentry *asids_dentry; local
66 asids_dentry = debugfs_create_file("asids", S_IRUSR, arch_debugfs_dir,
68 if (!asids_dentry)
71 return PTR_ERR_OR_ZERO(asids_dentry);

Completed in 224 milliseconds