Lines Matching defs:root
1013 struct aa_profile *root, *hat = NULL;
1018 root = aa_get_profile_rcu(&profile->parent);
1020 root = aa_get_profile(profile);
1027 hat = aa_find_child(root, name);
1039 aa_put_profile(root);
1063 struct aa_profile *profile, *root, *hat = NULL;
1082 root = aa_get_profile_rcu(&profile->parent);
1084 root = aa_get_profile(profile);
1090 hat = aa_find_child(root, name);
1091 aa_put_profile(root);