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

/linux-master/arch/s390/kernel/
H A Dsysinfo.c550 struct dentry *stsi_root; local
554 stsi_root = debugfs_create_dir("stsi", arch_debugfs_dir);
558 debugfs_create_u8("0_0_0", 0400, stsi_root, &stsi_0_0_0);
561 debugfs_create_file(sf->name, 0400, stsi_root, NULL, sf->fops);
567 debugfs_create_symlink("topology", stsi_root, link_to);

Completed in 126 milliseconds