Searched refs:stsi_root (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/arch/s390/kernel/ |
D | sysinfo.c | 543 struct dentry *stsi_root; in stsi_init_debugfs() local 547 stsi_root = debugfs_create_dir("stsi", arch_debugfs_dir); in stsi_init_debugfs() 548 if (IS_ERR_OR_NULL(stsi_root)) in stsi_init_debugfs() 553 debugfs_create_u8("0_0_0", 0400, stsi_root, &stsi_0_0_0); in stsi_init_debugfs() 556 debugfs_create_file(sf->name, 0400, stsi_root, NULL, sf->fops); in stsi_init_debugfs() 562 debugfs_create_symlink("topology", stsi_root, link_to); in stsi_init_debugfs()
|