Lines Matching refs:GFP_KERNEL
134 GFP_KERNEL); in policy_init()
138 policy->hname = kstrdup(name, GFP_KERNEL); in policy_init()
279 ns = kzalloc(sizeof(*ns), GFP_KERNEL); in alloc_namespace()
651 profile = kzalloc(sizeof(*profile), GFP_KERNEL); in aa_alloc_profile()
655 profile->replacedby = kzalloc(sizeof(struct aa_replacedby), GFP_KERNEL); in aa_alloc_profile()
695 name = kmalloc(strlen(parent->base.hname) + 2 + 7 + 8, GFP_KERNEL); in aa_new_null_profile()
929 audit_policy(op, GFP_KERNEL, NULL, "policy_locked", -EACCES); in aa_may_manage_policy()
934 audit_policy(op, GFP_KERNEL, NULL, "not policy admin", -EACCES); in aa_may_manage_policy()
1218 error = audit_policy(op, GFP_KERNEL, name, info, error); in aa_replace_profiles()
1289 (void) audit_policy(OP_PROF_RM, GFP_KERNEL, name, info, error); in aa_remove_profiles()
1299 (void) audit_policy(OP_PROF_RM, GFP_KERNEL, name, info, error); in aa_remove_profiles()