Lines Matching refs:profiles
199 __aa_profile_list_release(&profile->base.profiles); in __remove_profile()
422 profile = __find_child(&parent->base.profiles, name); in aa_find_child()
453 profile = __strn_find_child(&policy->profiles, hname, in __lookup_parent()
492 profile = __strn_find_child(&policy->profiles, hname, in __create_missing_ancestors()
535 profile = __strn_find_child(&base->profiles, hname, in __lookupn_profile()
546 return __strn_find_child(&base->profiles, hname, n); in __lookupn_profile()
702 p = __find_child(&parent->base.profiles, bname); in aa_new_learning_profile()
707 __add_profile(&parent->base.profiles, profile); in aa_new_learning_profile()
945 if (!list_empty(&old->base.profiles)) { in __replace_profile()
947 list_splice_init_rcu(&old->base.profiles, &lh, synchronize_rcu); in __replace_profile()
953 p = __find_child(&new->base.profiles, child->base.name); in __replace_profile()
965 list_add_rcu(&child->base.list, &new->base.profiles); in __replace_profile()
1256 lh = &parent->base.profiles; in aa_replace_profiles()
1258 lh = &ns->base.profiles; in aa_replace_profiles()