Home
last modified time | relevance | path

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

/linux/drivers/net/bonding/
H A Dbond_debugfs.c15 static struct dentry *bonding_debug_root; variable
53 debugfs_create_dir(bond->dev->name, bonding_debug_root); in bond_debug_register()
75 bonding_debug_root = debugfs_create_dir("bonding", NULL); in bond_create_debugfs()
77 if (IS_ERR(bonding_debug_root)) in bond_create_debugfs()
83 debugfs_remove_recursive(bonding_debug_root); in bond_destroy_debugfs()
84 bonding_debug_root = NULL; in bond_destroy_debugfs()