Searched refs:bonding_debug_root (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/bonding/ |
H A D | bond_debugfs.c | 15 static struct dentry *bonding_debug_root; variable 52 if (!bonding_debug_root) in bond_debug_register() 56 debugfs_create_dir(bond->dev->name, bonding_debug_root); in bond_debug_register() 64 if (!bonding_debug_root) in bond_debug_unregister() 74 if (!bonding_debug_root) in bond_debug_reregister() 77 d = debugfs_rename(bonding_debug_root, bond->debug_dir, in bond_debug_reregister() 78 bonding_debug_root, bond->dev->name); in bond_debug_reregister() 89 bonding_debug_root = debugfs_create_dir("bonding", NULL); in bond_create_debugfs() 91 if (!bonding_debug_root) { in bond_create_debugfs() 98 debugfs_remove_recursive(bonding_debug_root); in bond_destroy_debugfs() [all...] |
/kernel/linux/linux-6.6/drivers/net/bonding/ |
H A D | bond_debugfs.c | 15 static struct dentry *bonding_debug_root; variable 53 debugfs_create_dir(bond->dev->name, bonding_debug_root); in bond_debug_register() 68 d = debugfs_rename(bonding_debug_root, bond->debug_dir, in bond_debug_reregister() 69 bonding_debug_root, bond->dev->name); in bond_debug_reregister() 80 bonding_debug_root = debugfs_create_dir("bonding", NULL); in bond_create_debugfs() 82 if (IS_ERR(bonding_debug_root)) in bond_create_debugfs() 88 debugfs_remove_recursive(bonding_debug_root); in bond_destroy_debugfs() 89 bonding_debug_root = NULL; in bond_destroy_debugfs()
|
Completed in 1 milliseconds